Searched refs:GetExtendedFilePath (Results 1 – 14 of 14) sorted by relevance
| /arkcompiler/runtime_core/platforms/tests/ |
| D | file_test.cpp | 55 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/ |
| D | protobufSnapshotGenerator.cpp | 29 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()
|
| D | main.cpp | 83 …if (!panda::pandasm::AsmEmitter::EmitPrograms(panda::os::file::File::GetExtendedFilePath(outputFil… in Run()
|
| D | mergeProgram.cpp | 151 std::ifstream in(panda::os::file::File::GetExtendedFilePath(inputAbs.Value())); in CollectProtoFiles()
|
| /arkcompiler/ets_frontend/es2panda/aot/ |
| D | emitFiles.cpp | 84 …if (!panda::pandasm::AsmEmitter::Emit(panda::os::file::File::GetExtendedFilePath(outputFileName_),… in Run() 103 panda::os::file::File::GetExtendedFilePath(outputFileName_), progs, true, in Run()
|
| D | options.cpp | 176 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/ |
| D | symbolTable.cpp | 39 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()
|
| D | helpers.cpp | 686 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/ |
| D | file.h | 113 static const std::string GetExtendedFilePath(const std::string &path) in GetExtendedFilePath() function
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| D | file.h | 126 static const std::string GetExtendedFilePath(const std::string &path) in GetExtendedFilePath() function
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_runtime_options.h | 339 aotOutputFile_ = panda::os::file::File::GetExtendedFilePath(value); in SetAOTOutputFile() 1134 pgoProfilerPath_ = panda::os::file::File::GetExtendedFilePath(value); in SetPGOProfilerPath()
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| D | jit_task.cpp | 240 …std::string sanboxPath = panda::os::file::File::GetExtendedFilePath(AotCrashInfo::GetSandBoxPath()… in DumpJitCode()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | aot_compiler_preprocessor.cpp | 270 auto extendedFilePath = panda::os::file::File::GetExtendedFilePath(fileName); in GenerateAbcFileInfos()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| D | js_stackinfo.cpp | 155 …std::string sanboxPath = panda::os::file::File::GetExtendedFilePath(AotCrashInfo::GetSandBoxPath()… in DumpJitCode()
|