Home
last modified time | relevance | path

Searched refs:statPath (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_file/class_file/
H A Dfile_n_exporter.cpp296 int statPath = GetRealPath(path); in RmdirExec() local
303 } else if (statPath == ENOENT) { in RmdirExec()
333 int statPath = GetRealPath(path); in GetExec() local
349 } else if (statPath == ENOENT) { in GetExec()
397 int statPath = GetRealPath(path); in ListExec() local
398 if (statPath == ENOENT) { in ListExec()
690 if (statPath == ENOENT) { in DeleteExec()
723 if (statPath == ENOENT) { in AccessExec()
759 if (statPath == COMMON_NUM::ZERO || statPath == ENOENT) { in WriteTextExec()
798 if (statPath == COMMON_NUM::ZERO || statPath == ENOENT) { in WriteArrayBufferExec()
[all …]
/ohos5.0/foundation/filemanagement/user_file_service/services/file_extension_hap/entry/src/main/ets/FileExtensionAbility/
H A DListScanFileInfo.ts140 let statPath = fs.statSync(path);
141 if (!statPath.isDirectory()) {
246 let statPath = fs.statSync(path);
247 if (!statPath.isDirectory()) {
H A DFileExtensionAbility.ts618 let statPath = fs.statSync(path);
619 if (!statPath.isDirectory()) {
/ohos5.0/foundation/resourceschedule/memmgr/common/src/
H A Dkernel_interface.cpp253 std::string statPath = JoinPath("/proc/", std::to_string(procInfo.pid), "/stat"); in GetPidProcInfo() local
262 if (!ReadFromFile(statPath, stat)) { in GetPidProcInfo()