HomeSort by relevance Sort by last modified time
    Searched refs:normalize_path (Results 1 - 7 of 7) sorted by null

  /bionic/linker/tests/
linker_utils_test.cpp 46 ASSERT_TRUE(normalize_path("/../root///dir/.///dir2/somedir/../zipfile!/dir/dir9//..///afile", &output));
49 ASSERT_TRUE(normalize_path("/../root///dir/.///dir2/somedir/.../zipfile!/.dir/dir9//..///afile", &output));
52 ASSERT_TRUE(normalize_path("/root/..", &output));
55 ASSERT_TRUE(normalize_path("/root/notroot/..", &output));
58 ASSERT_TRUE(normalize_path("/a/../../b", &output));
62 ASSERT_FALSE(normalize_path("root///dir/.///dir2/somedir/../zipfile!/dir/dir9//..///afile", &output));
  /external/curl/tests/
pathhelp.pm 69 normalize_path
129 sub normalize_path;
357 return normalize_path($path);
368 return normalize_path($w32drive . $path);
386 $path = normalize_path($path);
461 $path = normalize_path($path);
486 $path = normalize_path($path);
502 $path = normalize_path($w32drive . $path);
523 return normalize_path($path);
534 sub normalize_path { subroutine
    [all...]
  /bionic/linker/
linker_utils.h 41 bool normalize_path(const char* path, std::string* normalized_path);
48 // normalizes entry name by calling normalize_path function.
linker_utils.cpp 75 bool normalize_path(const char* path, std::string* normalized_path) { function
78 PRINT("normalize_path - invalid input: \"%s\", the input path should be absolute", path);
142 if (!normalize_path(input_path, &normalized_path)) {
229 if (!normalize_path(original_path, &normalized_path)) {
linker.cpp 939 if (!normalize_path(input_path, &normalized_path)) {
    [all...]
  /build/make/tools/
warn.py     [all...]
  /build/make/core/
config.mk 141 NORMALIZE_PATH := build/tools/normalize_path.py
145 $(if $(1),$(shell $(NORMALIZE_PATH) $(1)))
    [all...]

Completed in 191 milliseconds