Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dfile.h152 static bool IsRegularFile(const std::string &path) in IsRegularFile() function
/arkcompiler/ets_frontend/merge_abc/src/
DmergeProgram.cpp99 if (panda::os::file::File::IsRegularFile(fPath)) { in AppendProtoFiles()
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dfile.h182 static bool IsRegularFile(const std::string &path) in IsRegularFile() function
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp1629 if (panda::os::file::File::IsRegularFile(fpath) == false) { in CompileNpmEntries()
1675 if (panda::os::file::File::IsRegularFile(fpath) == false) { in HandleJsonFile()