Searched refs:NormalizePath (Results 1 – 5 of 5) sorted by relevance
/external/v8/gypfiles/ |
D | vs_toolchain.py | 328 def NormalizePath(path): function 351 NormalizePath(os.environ['GYP_MSVS_OVERRIDE_PATH']), 352 NormalizePath(os.environ['WINDOWSSDKDIR']), 354 NormalizePath(os.environ.get('WDK_DIR', '')),
|
/external/perfetto/src/profiling/memory/ |
D | proc_utils_unittest.cc | 36 TEST(ProcUtilsTest, NormalizePath) { in TEST() argument
|
/external/v8/src/ |
D | d8.cc | 662 std::string NormalizePath(const std::string& path, in NormalizePath() function 732 std::string absolute_path = NormalizePath(ToSTLString(isolate, specifier), in ResolveModuleCallback() 775 NormalizePath(ToSTLString(isolate, name), dir_name); in FetchModuleTree() 861 DirName(NormalizePath(source_url, GetWorkingDirectory())); in DoHostImportModuleDynamically() 863 std::string absolute_path = NormalizePath(file_name, dir_name); in DoHostImportModuleDynamically() 905 std::string absolute_path = NormalizePath(file_name, GetWorkingDirectory()); in ExecuteModule() 2043 sink << NormalizePath(file_name, GetWorkingDirectory()) << std::endl; in WriteLcovData()
|
/external/llvm/unittests/Support/ |
D | Path.cpp | 894 TEST(Support, NormalizePath) { in TEST() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | Path.cpp | 1103 TEST(Support, NormalizePath) { in TEST() argument
|