| /arkcompiler/ets_runtime/ecmascript/extractortool/src/ |
| D | extractor.cpp | 56 std::string relativePath = GetRelativePath(srcPath); in GetFileBuffer() local 140 std::string relativePath = GetRelativePath(fileName); in GetData() local 146 std::string relativePath = GetRelativePath(fileName); in GetSafeData() local 156 std::string relativePath = GetRelativePath(fileName); in GetMmapData() local 172 std::string relativePath = GetRelativePath(fileName); in ExtractToBufByName() local 178 std::string relativePath = GetRelativePath(fileName); in GetFileInfo() local 217 std::string relativePath = GetRelativePath(fileName); in IsHapCompress() local
|
| D | file_path_utils.cpp | 457 std::string relativePath = std::regex_replace(srcPath, srcPattern, ""); in GetRelativePath() local
|
| /arkcompiler/runtime_core/static_core/libziparchive/extractortool/ |
| D | extractor.cpp | 37 std::string relativePath = std::regex_replace(srcPath, srcPattern, ""); in GetRelativePath() local 61 std::string relativePath = GetRelativePath(fileName); in GetSafeData() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/utils/checker/ |
| D | CheckerUtils.ts | 143 const relativePath = path.relative(scene.getRealProjectDir(), absolutePath); constant
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | path.cpp | 145 Path::Path(const util::StringView &relativePath, const util::StringView &basePath, ArenaAllocator *… in Path() 156 Path::Path(const std::string &relativePath, const std::string &basePath, ArenaAllocator *allocator) in Path()
|
| D | importPathManager.cpp | 459 auto relativePath = FormRelativeModuleName(filePath.substr(unitPath.size())); in FormModuleName() local
|
| /arkcompiler/ets_frontend/arkguard/src/ |
| D | ArkObfuscatorForTest.ts | 60 relativePath: string; property 295 const relativePath = sourceFilePath.replace(sourceBaseDir, ''); constant
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/src/ |
| D | Declgen.ts | 115 const relativePath = path.relative(rootDir, fileName); constant
|
| /arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
| D | file.h | 112 static Expected<std::string, Error> GetAbsolutePath(std::string_view relativePath) in GetAbsolutePath()
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| D | file.h | 156 static Expected<std::string, Error> GetAbsolutePath(std::string_view relativePath) in GetAbsolutePath()
|
| /arkcompiler/ets_runtime/ecmascript/platform/windows/ |
| D | file.cpp | 170 std::string relativePath; in ResolveFilenameFromNative() local
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/ |
| D | file.cpp | 186 std::string relativePath; in ResolveFilenameFromNative() local
|
| /arkcompiler/ets_frontend/ets2panda/bindings/src/ |
| D | lsp_helper.ts | 122 const relativePath = path.relative(projectRoot, filePath); constant
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | aot_file_manager.cpp | 671 CString relativePath = ConvertToString(thread, relativePathVal); in GetAbsolutePath() local 683 std::string relativePath = ConvertToStdString(relativePathCstr); in GetAbsolutePath() local
|
| /arkcompiler/ets_frontend/ets2panda/driver/build_system/src/build/ |
| D | base_mode.ts | 666 const relativePath = path.relative(moduleInfo.moduleRootPath, file); constant
|
| /arkcompiler/runtime_core/libabckit/src/adapter_dynamic/ |
| D | helpers_dynamic.cpp | 215 auto relativePath = Relative(moduleAbsPath, moduleBasePath).string(); in UpdateModuleLiteralArray() local
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | module_path_helper.cpp | 788 CString relativePath = requestPath.substr(pos); in ParseCrossModuleFile() local
|