Home
last modified time | relevance | path

Searched refs:CreateDirIfNotExist (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dfile_generators.cpp633 bool AOTFileGenerator::CreateDirIfNotExist(const std::string &filename) in CreateDirIfNotExist() function in panda::ecmascript::kungfu::AOTFileGenerator
657 if (!CreateDirIfNotExist(filename)) { in SaveAOTFile()
679 if (!CreateDirIfNotExist(filename)) { in SaveEmptyAOTFile()
795 if (!CreateDirIfNotExist(aiPath.c_str())) { in SaveSnapshotFile()
H A Dfile_generators.h202 static bool CreateDirIfNotExist(const std::string& filename);

Completed in 3 milliseconds