Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dfile.h203 std::string tmp_path = path; in HasStatMode() local
205 tmp_path = GetExtendedLengthStylePath(path); in HasStatMode()
207 if (_stat(tmp_path.c_str(), &s) != 0) { in HasStatMode()
/arkcompiler/ets_frontend/es2panda/test/
Drunner.py1472 tmp_path = os.path.join(test_root, tmp_dir_name)
1473 if not os.path.exists(tmp_path):
1474 os.mkdir(tmp_path)
1483 target_dir = os.path.join(tmp_path, test_dir)