Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Dan_file_info.cpp29 const char *rawPath = realPath.c_str(); in Save() local
30 TryRemoveAnFile(rawPath); in Save()
32 std::ofstream file(rawPath, std::ofstream::binary); in Save()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dfile_generators.cpp692 const char* rawPath = realPath.c_str(); in SaveEmptyAOTFile() local
693 std::ofstream file(rawPath, std::ofstream::binary); in SaveEmptyAOTFile()

Completed in 3 milliseconds