Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dan_file_info.cpp34 const char *rawPath = realPath.c_str(); in Save() local
35 TryRemoveAnFile(rawPath); in Save()
37 std::ofstream file(rawPath, std::ofstream::binary); in Save()