/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/ |
H A D | dir.cpp | 20 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 D | dir.h | 34 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 D | open_dir.cpp | 48 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 D | read_dir.cpp | 57 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 D | dir_entity.h | 27 std::unique_ptr<DIR, std::function<void(DIR *)>> dir_ = { nullptr, closedir };
|
H A D | dir_n_exporter.cpp | 89 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 D | b_dir.cpp | 43 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 D | file_utils.cpp | 182 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 D | set_flag_utils.cpp | 116 DIR *dir = opendir(absPath); in SetDirDelFlags()
|
/foundation/filemanagement/storage_service/services/storage_daemon/volume/src/ |
H A D | process.cpp | 135 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 D | directory_ex.cpp | 98 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 D | enumerator.cpp | 49 DIR *dir = opendir(DEV_INPUT_PATH.c_str()); in ScanAndAddDevices()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_scanner.cpp | 61 DIR *dirp = opendir(dirPath.c_str()); in ScanImpl()
|
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/ |
H A D | std_directory.cpp | 140 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 D | store_util.cpp | 189 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 D | dbinder_service_test_helper.cpp | 37 DIR *dir = nullptr; in GetPidByName() 91 DIR *dir = nullptr; in GetChildPids()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/common/ |
H A D | distributeddb_tools_test.cpp | 44 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 D | directory_ex.cpp | 73 DIR *dir = opendir(path.c_str()); in GetDirFiles()
|
/foundation/window/window_manager/utils/src/ |
H A D | typec_port_info.cpp | 26 DIR* dir = opendir("sys/class/thermal"); in GetDirList()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/ |
H A D | bms_installd_client_test.cpp | 42 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 D | permission_test.cpp | 90 DIR *dir = opendir(NATIVE_APPID_DIR); in HWTEST_F()
|
/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | rs_dir_asset_provider.h | 133 DIR* dp = nullptr;
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | file_asset_provider_impl.cpp | 125 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(assetPath.c_str()), closedir); in GetAssetList()
|
/foundation/multimedia/media_foundation/src/osal/filesystem/ |
H A D | file_system.cpp | 136 DIR *directory; in RemoveFilesInDir()
|
/foundation/filemanagement/app_file_service/tools/backup_tool/src/ |
H A D | tools_op.cpp | 96 DIR *dir = opendir(path.c_str()); in GetFIleNums()
|