Home
last modified time | relevance | path

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 Dstat_v9.cpp37 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 Dtruncate_v9.cpp30 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 Dcopy_file.cpp41 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 Dcopy_file.cpp139 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 Dcreate_randomaccessfile.cpp51 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 Dstat.cpp33 auto [isPath, path, ignore] = NVal(env, pathOrFdFromJsArg).ToUTF8StringPath(); in ParseJsFile()
34 if (isPath) { in ParseJsFile()
59 if (fileInfo.isPath) { in CheckFsStat()
H A Dtruncate.cpp32 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 Dcopy_file.cpp166 if (srcFile.isPath) { in OpenFile()
177 if (destFile.isPath) { in OpenFile()
H A Dutils.h65 bool isPath = false; member
H A Dfile_fs_impl.cpp55 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 Dcommon_func.h61 bool isPath = false; member
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_stat/
H A Dstat_n_exporter.cpp255 if (statEntity->fileInfo_->isPath) { in GetLocation()