Home
last modified time | relevance | path

Searched refs:FileExist (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/platform/
Dfile.h74 bool FileExist(const char *filename);
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_encoder.cpp142 if (FileExist(realOutPath_.c_str()) && remove(realOutPath_.c_str())) { in SaveAndRename()
159 if ((mode_ == MERGE) && FileExist(realOutPath_.c_str())) { in InternalSave()
/arkcompiler/ets_runtime/ecmascript/platform/unix/
Dfile.cpp138 bool FileExist(const char *filename) in FileExist() function
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dfile.cpp160 bool FileExist(const char *filename) in FileExist() function
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dan_file_info.cpp92 if (!FileExist(filename)) { in TryRemoveAnFile()