Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/platforms/tests/
Dfile_test.cpp55 EXPECT_EQ(File::GetExtendedFilePath(filePath), expectFilePath);
56 EXPECT_EQ(File::GetExtendedFilePath(longFilePath), expectLongFilePath);
69 EXPECT_EQ(File::GetExtendedFilePath(filePath), expectFilePath);
70 EXPECT_EQ(File::GetExtendedFilePath(longFilePath), expectLongFilePath);
/arkcompiler/ets_frontend/merge_abc/src/
DprotobufSnapshotGenerator.cpp29 panda::os::file::File::GetExtendedFilePath(outputName), in GenerateSnapshot()
43 panda::os::file::File::GetExtendedFilePath(inputName), in GenerateProgram()
61 panda::os::file::File::GetExtendedFilePath(cacheFilePath), in GetCacheContext()
91 panda::os::file::File::GetExtendedFilePath(cacheFilePath), in UpdateCacheFile()
Dmain.cpp83 …if (!panda::pandasm::AsmEmitter::EmitPrograms(panda::os::file::File::GetExtendedFilePath(outputFil… in Run()
DmergeProgram.cpp151 std::ifstream in(panda::os::file::File::GetExtendedFilePath(inputAbs.Value())); in CollectProtoFiles()
/arkcompiler/ets_frontend/es2panda/aot/
DemitFiles.cpp84 …if (!panda::pandasm::AsmEmitter::Emit(panda::os::file::File::GetExtendedFilePath(outputFileName_),… in Run()
103 panda::os::file::File::GetExtendedFilePath(outputFileName_), progs, true, in Run()
Doptions.cpp176 ifs.open(panda::os::file::File::GetExtendedFilePath(input)); in CollectInputFilesFromFileList()
223 ifs.open(panda::os::file::File::GetExtendedFilePath(cacheInput.substr(1))); in ParseCacheFileOption()
/arkcompiler/ets_frontend/es2panda/util/
DsymbolTable.cpp39 fs.open(panda::os::file::File::GetExtendedFilePath(dumpSymbolTable_), in Initialize()
78 ifs.open(panda::os::file::File::GetExtendedFilePath(symbolTable)); in ReadSymbolTable()
142 fs.open(panda::os::file::File::GetExtendedFilePath(dumpSymbolTable_), in WriteSymbolTable()
Dhelpers.cpp686 return panda::os::file::File::GetExtendedFilePath(inputFile + pid + outputSuffix); in GetTempOutputName()
807 panda::os::file::File::GetExtendedFilePath(file), std::ios::binary); in ReadFileToBuffer()
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dfile.h113 static const std::string GetExtendedFilePath(const std::string &path) in GetExtendedFilePath() function
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dfile.h126 static const std::string GetExtendedFilePath(const std::string &path) in GetExtendedFilePath() function
/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.h339 aotOutputFile_ = panda::os::file::File::GetExtendedFilePath(value); in SetAOTOutputFile()
1134 pgoProfilerPath_ = panda::os::file::File::GetExtendedFilePath(value); in SetPGOProfilerPath()
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_task.cpp240 …std::string sanboxPath = panda::os::file::File::GetExtendedFilePath(AotCrashInfo::GetSandBoxPath()… in DumpJitCode()
/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_compiler_preprocessor.cpp270 auto extendedFilePath = panda::os::file::File::GetExtendedFilePath(fileName); in GenerateAbcFileInfos()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp155 …std::string sanboxPath = panda::os::file::File::GetExtendedFilePath(AotCrashInfo::GetSandBoxPath()… in DumpJitCode()