Home
last modified time | relevance | path

Searched refs:DIR (Results 1 – 25 of 28) sorted by relevance

12

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Ddirent1ndk.cpp66 DIR *dir = opendir(PATH); in Telldir()
70 DIR *dir = static_cast<DIR *>(malloc(SIZE_4096)); in Telldir()
91 DIR *dir = opendir(PATH); in Readdir()
95 DIR *dir = static_cast<DIR *>(malloc(SIZE_4096)); in Readdir()
124 DIR *dir = opendir(PATH); in ReaddirR()
128 DIR *dir = static_cast<DIR *>(malloc(SIZE_4096)); in ReaddirR()
152 DIR *dir = opendir(PATH); in Readdir64()
156 DIR *dir = static_cast<DIR *>(malloc(SIZE_4096)); in Readdir64()
185 DIR *dir = opendir(PATH); in Readdir64R()
189 DIR *dir = static_cast<DIR *>(malloc(SIZE_4096)); in Readdir64R()
[all …]
Ddirentndk.cpp51 DIR *dir = opendir("/data/storage/el2/base/files/test.txt"); in Opendir()
119 DIR *dir = opendir("/data/storage/el2/base/files/"); in Seekdir()
Dfcntl1ndk.cpp194 DIR *dirfp = opendir(dir); in NameToHandleAt()
283 DIR *dirfp = opendir(dir); in OpenByHandleAt()
/test/xts/acts/kernel_lite/fs_posix/src/
DFsDirentTest.cpp45 DIR *dirp = nullptr;
82 DIR *dirp = nullptr;
103 DIR *dirp = nullptr;
173 DIR *dirp = nullptr;
229 DIR *dirp = nullptr;
249 DIR *dirp = nullptr;
275 DIR *dirp = nullptr;
292 DIR *dirp = nullptr;
310 DIR *dirp = nullptr;
328 DIR *dirp = nullptr;
/test/xts/acts/commonlibrary/toolchain/libc-test/include/
Dgettestfiles.cpp24 DIR *pDir; in GetTestNames()
/test/xts/acts/ai/neural_network_runtime/v1_0/common/
Dnnrt_utils.cpp332 return PathType::DIR; in CheckPath()
394 DIR *dir = opendir(path.c_str()); in DeleteFolder()
437 case PathType::DIR: in CreateFolder()
449 return CheckPath(path) == PathType::DIR; in CreateFolder()
Dnnrt_utils.h87 enum class PathType { FILE, DIR, UNKNOWN, NOT_FOUND }; enumerator
/test/xts/acts/ai/neural_network_runtime/v2_0/common/
Dnnrt_utils.cpp332 return PathType::DIR; in CheckPath()
394 DIR *dir = opendir(path.c_str()); in DeleteFolder()
437 case PathType::DIR: in CreateFolder()
449 return CheckPath(path) == PathType::DIR; in CreateFolder()
Dnnrt_utils.h87 enum class PathType { FILE, DIR, UNKNOWN, NOT_FOUND }; enumerator
/test/xts/acts/storage/storagefileiov9jstest/entry/src/ohosTest/js/test/members/
Dopen.test.js247 let file = fileIO.openSync(dpath, fileIO.OpenMode.DIR);
271 fileIO.openSync(fpath, fileIO.OpenMode.DIR);
919 let file = await fileIO.open(dpath, fileIO.OpenMode.DIR);
944 fileIO.open(dpath, fileIO.OpenMode.DIR, (err, file) => {
974 await fileIO.open(fpath, fileIO.OpenMode.DIR);
999 fileIO.open(fpath, fileIO.OpenMode.DIR, (err) => {
1028 fileIO.open(fpath, fileIO.OpenMode.DIR).then(() => {
DcreateRandomAccessFile.test.js350 … fileIO.createRandomAccessFileSync(fpath, fileIO.OpenMode.DIR | fileIO.OpenMode.READ_WRITE);
423 … fileIO.createRandomAccessFileSync(dpath, fileIO.OpenMode.DIR | fileIO.OpenMode.READ_WRITE);
871 … await fileIO.createRandomAccessFile(fpath, fileIO.OpenMode.DIR | fileIO.OpenMode.READ_WRITE);
946 … await fileIO.createRandomAccessFile(dpath, fileIO.OpenMode.DIR | fileIO.OpenMode.READ_WRITE);
Dstat.test.js538 let file = fileIO.openSync(dpath, fileIO.OpenMode.DIR);
586 let file = fileIO.openSync(dpath, fileIO.OpenMode.DIR);
724 let file = fileIO.openSync(dpath, fileIO.OpenMode.DIR);
772 let file = fileIO.openSync(dpath, fileIO.OpenMode.DIR);
1884 let file = fileIO.openSync(dpath, fileIO.OpenMode.DIR);
1919 let file = fileIO.openSync(dpath, fileIO.OpenMode.DIR);
2094 let file = fileIO.openSync(dpath, fileIO.OpenMode.DIR);
/test/ostest/wukong/report/src/
Dexception_manager.cpp41 DIR *rootDir = nullptr; in InitReportFolder()
Dreport.cpp109 DIR *dirp = nullptr; in EnvInit()
472 DIR *dirpHilog = nullptr; in HilogFileRecord()
/test/xts/acts/kernel_lite/utils/
Dlibfs.cpp54 DIR *pDir = opendir(dirname); in RemoveDir()
/test/xts/acts/arkui/ace_ets_module_noui/ace_ets_module_global/ace_ets_module_global_api11/entry/src/main/ets/MainAbility/pages/configuration/
Dconfiguration.ets36 "DIR": localeInfo.dir
/test/xts/acts/arkui/ace_ets_component_two/entry/src/main/ets/MainAbility/pages/
Dconfiguration.ets37 "DIR":localeInfo.dir
/test/xts/hats/kernel/posix_interface/interface_gn/utils/
Dlibfs.cpp54 DIR *pDir = opendir(dirname); in RemoveDir()
/test/xts/acts/ai/nncore/common/
Dnncore_utils.cpp371 return PathType::DIR; in CheckPath()
433 DIR *dir = opendir(path.c_str()); in DeleteFolder()
476 case PathType::DIR: in CreateFolder()
488 return CheckPath(path) == PathType::DIR; in CreateFolder()
Dnncore_utils.h162 enum class PathType { FILE, DIR, UNKNOWN, NOT_FOUND }; enumerator
/test/xts/acts/arkui/ace_ets_component_two/entry/src/main/ets/test/
DConfigurationJsunit.test.ets54 expect(backData.data.DIR).assertEqual('ltr');
/test/xts/acts/arkui/ace_ets_module_noui/ace_ets_module_global/ace_ets_module_global_api11/entry/src/main/ets/test/configuration/
DConfigurationJsunit.test.ets54 expect(backData.data.DIR).assertEqual('ltr');
/test/xts/tools/lite/checksum/src/
Dchecksum_file.c193 DIR *dir; in CalcMultiFilesSha256()
/test/ostest/wukong/input_factory/src/
Drecord_input.cpp75 DIR *rootDir = nullptr; in InitReportFolder()
/test/xts/acts/hiviewdfx/utils/native/
Dfile_utils.cpp200 DIR *dir; in getfileinpath()

12