| /OK3568_Linux_fs/kernel/fs/hfsplus/ |
| H A D | inode.c | 498 struct hfsplus_cat_folder *folder = &entry.folder; in hfsplus_cat_read_inode() local 504 hfsplus_get_perms(inode, &folder->permissions, 1); in hfsplus_cat_read_inode() 506 inode->i_size = 2 + be32_to_cpu(folder->valence); in hfsplus_cat_read_inode() 507 inode->i_atime = hfsp_mt2ut(folder->access_date); in hfsplus_cat_read_inode() 508 inode->i_mtime = hfsp_mt2ut(folder->content_mod_date); in hfsplus_cat_read_inode() 509 inode->i_ctime = hfsp_mt2ut(folder->attribute_mod_date); in hfsplus_cat_read_inode() 510 HFSPLUS_I(inode)->create_date = folder->create_date; in hfsplus_cat_read_inode() 512 if (folder->flags & cpu_to_be16(HFSPLUS_HAS_FOLDER_COUNT)) { in hfsplus_cat_read_inode() 514 be32_to_cpu(folder->subfolders); in hfsplus_cat_read_inode() 577 struct hfsplus_cat_folder *folder = &entry.folder; in hfsplus_cat_write_inode() local [all …]
|
| H A D | catalog.c | 111 struct hfsplus_cat_folder *folder; in hfsplus_cat_build_record() local 113 folder = &entry->folder; in hfsplus_cat_build_record() 114 memset(folder, 0, sizeof(*folder)); in hfsplus_cat_build_record() 115 folder->type = cpu_to_be16(HFSPLUS_FOLDER); in hfsplus_cat_build_record() 117 folder->flags |= cpu_to_be16(HFSPLUS_HAS_FOLDER_COUNT); in hfsplus_cat_build_record() 118 folder->id = cpu_to_be32(inode->i_ino); in hfsplus_cat_build_record() 120 folder->create_date = in hfsplus_cat_build_record() 121 folder->content_mod_date = in hfsplus_cat_build_record() 122 folder->attribute_mod_date = in hfsplus_cat_build_record() 123 folder->access_date = hfsp_now2mt(); in hfsplus_cat_build_record() [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/qml/qmlvideofx/ |
| H A D | FileBrowser.qml | 42 property string folder 49 folder = loader.item.folders.folder 63 loader.item.folder = fileBrowser.folder 75 property alias folder: folders1.folder 80 folder: folder 85 folder: folder 311 text: folders.folder 338 folders.folder = path; 357 folders.folder = path;
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/ |
| H A D | xbel.cpp | 160 BookmarkNode *folder = new BookmarkNode(BookmarkNode::Folder, parent); in readFolder() local 161 folder->expanded = (attributes().value(QLatin1String("folded")) == QLatin1String("no")); in readFolder() 165 readTitle(folder); in readFolder() 167 readDescription(folder); in readFolder() 169 readFolder(folder); in readFolder() 171 readBookmarkNode(folder); in readFolder() 173 readSeparator(folder); in readFolder()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/tao_tuple/28626e99/include/tao/seq/ |
| H A D | fold.hpp | 20 struct folder; 23 struct folder< OP, index_sequence< Is... >, false, T, Ns... > struct 30 struct folder< OP, index_sequence< Is... >, true, T, N, Ns... > struct 47 …: fold< OP, typename impl::folder< OP, make_index_sequence< sizeof...( Ns ) / 2 >, sizeof...( Ns )…
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/images/build-appliance-image/ |
| H A D | README_VirtualBox_Guest_Additions.txt | 52 6. Check if additons actually work, in particular folder sharing. 55 Add any host folder and name it (i.e. "images") 57 Guest VM: create mount point for the shared folder, i.e.: 61 Mount the shared folder: (Watch out for spelling: it's vboxsf NOT vboxfs) 65 Verify mount, should see the contents of the shared folder:
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/xdg-user-dirs/ |
| H A D | xdg-user-dirs_0.17.bb | 1 …g-user-dirs is a tool to help manage user directories like the desktop folder and the music folder"
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/scripts/ |
| H A D | batch-example.bat | 3 rem Place this file in the same folder as sox.exe (& rename it as appropriate). 7 rem In this example, the converted files end up in a folder called `converted',
|
| /OK3568_Linux_fs/kernel/tools/perf/pmu-events/ |
| H A D | README | 23 folder. Matching is based on the "EventName" field. 37 The JSONs folder for a CPU model/family may be placed in the root arch 38 folder, or may be placed in a vendor sub-folder under the arch folder
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/ |
| H A D | create_manifest3.py | 323 for folder in allfolders: 330 if folder in check_path : 338 if folder_dep == folder: 339 print ('%s directory found in %s' % (folder, pypkg_with_folder))
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/vboxguestdrivers/ |
| H A D | vboxguestdrivers_6.1.34.bb | 39 # add a mount utility to use shared folder from VBox Addition Source Code 48 …file.include.header:99: *** The variable KERN_DIR must be a kernel build folder and end with /buil… 49 …/vbox_module/vboxguest/Makefile.include.header:108: *** The kernel build folder path must end in <…
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/ |
| H A D | fsl,imx6sll-pinctrl.txt | 11 imx6sll-pinfunc.h under device tree source folder. The last integer CONFIG is 39 Refer to imx6sll-pinfunc.h in device tree source folder for all available
|
| /OK3568_Linux_fs/kernel/Documentation/sphinx/ |
| H A D | kfigure.py | 92 for folder in envpath.split(os.pathsep): 93 fname = folder + os.sep + cmd 97 def mkdir(folder, mode=0o775): argument 98 if not path.isdir(folder): 99 os.makedirs(folder, mode)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/octave/ |
| H A D | octave_7.1.0.bb | 47 for folder in "liboctave/operators liboctave/numeric liboctave/array liboctave/util"; do 48 mkdir -p ${B}/${folder}
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/ |
| H A D | networkmanager-openvpn_1.8.18.bb | 21 # network-manager-openvpn.metainfo.xml is created in source folder but 22 # compile expects it in build folder. As long as nobody comes up with a
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/cryptodev/files/ |
| H A D | 0001-Add-the-compile-and-install-rules-for-cryptodev-test.patch | 4 Subject: [PATCH] Add the compile and install rules for cryptodev tests folder 6 This is required to install the cryptodev tests folder to rootfs
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-driver-ppi | 6 This folder includes the attributes related with PPI (Physical 8 folder makes sense. The folder path can be got by command
|
| /OK3568_Linux_fs/buildroot/board/synopsys/vdk/ |
| H A D | readme.txt | 47 Now copy the content of the output/images folder to the VDK' skins 48 folder:
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-printing/gutenprint/ |
| H A D | gutenprint-native_git.bb | 30 # gutenprint does not have a configure file in its root folder. 31 # Rather it has a autogen.sh in its root folder. We just use it
|
| /OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/android-tools/core/ |
| H A D | 0012-patching-libsparse.mk-to-build-in-yocto-environment.patch | 7 Introduced an output folder which will keep all the outputs from the 15 are searched in the output folder.
|
| H A D | 0009-patching-img2simg.mk-to-build-in-yocto-environment.patch | 7 Introduced an output folder which will keep all the outputs from the 15 are searched in the output folder.
|
| H A D | 0010-patching-simg2img.mk-to-build-in-yocto-environment.patch | 7 Introduced an output folder which will keep all the outputs from the 15 are searched in the output folder.
|
| H A D | 0011-patching-liblog.mk-to-build-in-yocto-environment.patch | 7 Introduced an output folder which will keep all the outputs from the 15 are searched in the output folder.
|
| H A D | 0013-patching-libziparchive.mk-to-build-in-yocto-environm.patch | 8 Introduced an output folder which will keep all the outputs from the 16 are searched in the output folder.
|
| /OK3568_Linux_fs/buildroot/package/jszip/ |
| H A D | 0001-fix-Use-a-null-prototype-object-for-this-files.patch | 22 // "folder/" : {...}, 23 // "folder/data.txt" : {...}
|