Home
last modified time | relevance | path

Searched refs:DIR (Results 1 - 25 of 119) sorted by relevance

12345

/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
H A Ddir.cpp20 struct DIR { struct
25 DIR* opendir(const char* path) in opendir()
27 DIR* d = new DIR(); in opendir()
38 struct dirent* readdir(DIR* d) in readdir()
56 void closedir(DIR* d) in closedir()
H A Ddir.h34 struct DIR;
35 DIR* opendir(const char* path);
36 struct dirent* readdir(DIR* d);
37 void closedir(DIR* d);
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/
H A Dopen_dir.cpp48 std::unique_ptr<DIR, std::function<void(DIR *)>> dir = { opendir(path.get()), closedir }; in Sync()
72 DIR *dir = nullptr;
94 DIR *dir = nullptr; in Async()
107 std::unique_ptr<DIR, std::function<void(DIR *)>> dir = { arg->dir, closedir }; in Async()
H A Dread_dir.cpp57 unique_ptr<DIR, function<void(DIR *)>> dir = { opendir(path.get()), closedir }; in Sync()
98 unique_ptr<DIR, function<void(DIR *)>> dir = { opendir(path.c_str()), closedir }; in Async()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_dir/
H A Ddir_entity.h27 std::unique_ptr<DIR, std::function<void(DIR *)>> dir_ = { nullptr, closedir };
H A Ddir_n_exporter.cpp89 DIR *dir = dirEntity->dir_.release(); in Close()
169 DIR *dir = dirEntity->dir_.get(); in Read()
221 DIR *dir = dirEntity->dir_.get(); in ReadSync()
338 DIR *dir = dirEntity->dir_.get(); in ListFile()
/foundation/filemanagement/app_file_service/utils/src/b_filesystem/
H A Db_dir.cpp43 DIR *dir = opendir(path.c_str()); in IsEmptyDirectory()
106 unique_ptr<DIR, function<void(DIR *)>> dir = {opendir(path.c_str()), closedir}; in GetDirFilesDetail()
151 unique_ptr<DIR, function<void(DIR *)>> dir = {opendir(path.c_str()), closedir}; in GetDirFiles()
347 unique_ptr<DIR, function<void(DIR *)>> dir = {opendir(path.c_str()), closedir}; in GetUser0DirFilesDetail()
/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Dfile_utils.cpp182 DIR *dir = opendir(path.c_str()); in RmDirRecurse()
223 DIR *d = nullptr; in TravelChmod()
284 DIR *dir = opendir(path.c_str()); in GetSubDirs()
311 DIR *dir = opendir(path.c_str()); in ReadDigitDir()
348 DIR *dir = opendir(path.c_str()); in OpenSubFile()
472 DIR *dir = opendir(path.c_str()); in TraverseDirUevent()
574 DIR *dir; in DeleteFile()
613 DIR *dir; in DelTemp()
H A Dset_flag_utils.cpp116 DIR *dir = opendir(absPath); in SetDirDelFlags()
/foundation/filemanagement/storage_service/services/storage_daemon/volume/src/
H A Dprocess.cpp135 DIR *dir = opendir(path.c_str()); in CheckFds()
155 DIR *dir = opendir("/proc"); in UpdatePidByPath()
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Ddirectory_ex.cpp98 DIR *dir = opendir(path.c_str()); in GetDirFiles()
163 DIR *dir = opendir(path.c_str()); in ForceRemoveDirectory()
254 DIR *dir = opendir(path.c_str()); in ChangeModeDirectory()
/foundation/multimodalinput/input/intention/services/device_manager/src/
H A Denumerator.cpp49 DIR *dir = opendir(DEV_INPUT_PATH.c_str()); in ScanAndAddDevices()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_scanner.cpp61 DIR *dirp = opendir(dirPath.c_str()); in ScanImpl()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dstd_directory.cpp140 DirImpl(const string_view path, DIR* aDir) : path_(path), dir_(aDir) {}
142 DIR* dir_;
212 DIR* dir = opendir(string(path).c_str());
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_util.cpp189 DIR *dirp = opendir(path.c_str()); in GetSubPath()
207 DIR *dirp = opendir(path.c_str()); in GetFiles()
294 DIR *dirp = opendir(path.c_str()); in RemoveRWXForOthers()
/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_service_test_helper.cpp37 DIR *dir = nullptr; in GetPidByName()
91 DIR *dir = nullptr; in GetChildPids()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/common/
H A Ddistributeddb_tools_test.cpp44 LOGD("DIR = %s", buffer); in GetCurrentDir()
64 DIR *dirTmp = opendir(dir.c_str()); in TestDirInit()
86 DIR *dirPtr = opendir(dir.c_str()); in RemoveTestDbFiles()
/foundation/multimedia/image_framework/mock/native/src/
H A Ddirectory_ex.cpp73 DIR *dir = opendir(path.c_str()); in GetDirFiles()
/foundation/window/window_manager/utils/src/
H A Dtypec_port_info.cpp26 DIR* dir = opendir("sys/class/thermal"); in GetDirList()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/
H A Dbms_installd_client_test.cpp42 const std::string DIR = "dir"; member
559 std::string dir = DIR; in HWTEST_F()
649 std::string dir = DIR; in HWTEST_F()
665 std::string dir = DIR; in HWTEST_F()
681 std::string dir = DIR; in HWTEST_F()
712 std::string dir = DIR; in HWTEST_F()
755 std::string dir = DIR; in HWTEST_F()
878 std::string dir = DIR; in HWTEST_F()
1053 std::string dir = DIR; in HWTEST_F()
1068 std::string dir = DIR; in HWTEST_F()
[all...]
/foundation/ability/dmsfwk_lite/moduletest/dtbschedmgr_lite/source/
H A Dpermission_test.cpp90 DIR *dir = opendir(NATIVE_APPID_DIR); in HWTEST_F()
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Drs_dir_asset_provider.h133 DIR* dp = nullptr;
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dfile_asset_provider_impl.cpp125 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(assetPath.c_str()), closedir); in GetAssetList()
/foundation/multimedia/media_foundation/src/osal/filesystem/
H A Dfile_system.cpp136 DIR *directory; in RemoveFilesInDir()
/foundation/filemanagement/app_file_service/tools/backup_tool/src/
H A Dtools_op.cpp96 DIR *dir = opendir(path.c_str()); in GetFIleNums()

Completed in 13 milliseconds

12345