Home
last modified time | relevance | path

Searched defs:pDir (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/update/updater/services/
H A Dupdater_utils.cpp88 auto pDir = std::unique_ptr<DIR, decltype(&closedir)>(opendir(path.c_str()), closedir); in DeleteUpdaterPath() local
/ohos5.0/base/startup/init/services/modules/bootchart/
H A Dbootchart.c149 DIR *pDir = opendir("/proc"); in bootchartLogProcess() local
/ohos5.0/base/startup/init/services/param/adapter/
H A Dparam_dac.c237 DIR *pDir = opendir(path); in DacGetParamSecurityLabel() local
/ohos5.0/base/startup/appspawn/util/src/
H A Dappspawn_utils.c321 DIR *pDir = opendir(dirPath); in DumpCurrentDir() local
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dutils.cpp512 struct dirent *pDir; in GetFiles() local
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dtheme_pack_resource.cpp228 struct dirent *pDir; in GetFiles() local
H A Dtheme_pack_manager.cpp73 struct dirent *pDir; in GetRootDir() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
H A Dmain.cpp98 DIR* pDir = opendir(path.c_str()); local
/ohos5.0/base/startup/init/test/unittest/param/
H A Dparam_stub.cpp321 auto pDir = std::unique_ptr<DIR, decltype(&closedir)>(opendir(path.c_str()), closedir); in DeleteDir() local
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_file/class_file/
H A Dfile_n_exporter.cpp182 DIR *pDir; in GetFileNames() local
222 DIR *pDir; in Rmdirs() local
/ohos5.0/base/startup/init/services/utils/
H A Dinit_utils.c531 DIR *pDir = opendir(dirPath); in ReadFileInDir() local