Searched refs:isPath (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/ |
H A D | stat_v9.cpp | 37 bool isPath = false; member 44 auto [isPath, path, ignore] = NVal(env, pathOrFdFromJsArg).ToUTF8StringPath(); in ParseJsFile() 45 if (isPath) { in ParseJsFile() 73 if (fileInfo.isPath) { in Sync() 117 if (fileInfo->isPath) { in Async()
|
H A D | truncate_v9.cpp | 30 bool isPath = false; member 37 auto [isPath, path, ignore] = NVal(env, pathOrFdFromJsArg).ToUTF8StringPath(); in ParseJsFile() 38 if (isPath) { in ParseJsFile() 73 if (fileInfo.isPath) { in Sync() 107 if (fileInfo->isPath) { in Async()
|
H A D | copy_file.cpp | 41 bool isPath = false; member 48 if (srcFile.isPath) { in CopyFileCore() 61 if (destFile.isPath) { in CopyFileCore() 104 auto [isPath, path, ignore] = pathOrFdFromJsArg.ToUTF8StringPath(); in ParseJsOperand() 105 if (isPath) { in ParseJsOperand()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | copy_file.cpp | 139 if (srcFile.isPath) { in OpenFile() 150 if (destFile.isPath) { in OpenFile() 188 auto [isPath, path, ignore] = pathOrFdFromJsArg.ToUTF8StringPath(); in ParseJsOperand() 189 if (isPath) { in ParseJsOperand() 232 if (src.isPath && dest.isPath) { in Sync() 279 if (para->src_.isPath && para->dest_.isPath) { in Async()
|
H A D | create_randomaccessfile.cpp | 51 auto [isPath, path, ignore] = NVal(env, pathOrFileFromJsArg).ToUTF8StringPath(); in ParseJsFile() 52 if (isPath) { in ParseJsFile() 115 if (fileInfo.isPath && funcArg.GetArgc() >= NARG_CNT::TWO) { in GetJsFlags() 182 if (fileInfo.isPath) { in Sync() 219 if (fileInfo->isPath) { in AsyncExec()
|
H A D | stat.cpp | 33 auto [isPath, path, ignore] = NVal(env, pathOrFdFromJsArg).ToUTF8StringPath(); in ParseJsFile() 34 if (isPath) { in ParseJsFile() 59 if (fileInfo.isPath) { in CheckFsStat()
|
H A D | truncate.cpp | 32 auto [isPath, path, ignore] = NVal(env, pathOrFdFromJsArg).ToUTF8StringPath(); in ParseJsFile() 33 if (isPath) { in ParseJsFile() 53 if (fileInfo.isPath) { in TruncateCore()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | copy_file.cpp | 166 if (srcFile.isPath) { in OpenFile() 177 if (destFile.isPath) { in OpenFile()
|
H A D | utils.h | 65 bool isPath = false; member
|
H A D | file_fs_impl.cpp | 55 if (fileInfo.isPath) { in CheckFsStat() 239 if (fileInfo.isPath) { in CreateRandomAccessFileSync()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/ |
H A D | common_func.h | 61 bool isPath = false; member
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_stat/ |
H A D | stat_n_exporter.cpp | 255 if (statEntity->fileInfo_->isPath) { in GetLocation()
|