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

  /bionic/linker/tests/
linker_utils_test.cpp 73 ASSERT_FALSE(parse_zip_path("/not/a/zip/path/file.zip", &zip_path, &entry_path));
74 ASSERT_FALSE(parse_zip_path("/not/a/zip/path/file.zip!path/in/zip", &zip_path, &entry_path));
75 ASSERT_TRUE(parse_zip_path("/zip/path/file.zip!/path/in/zip", &zip_path, &entry_path));
79 ASSERT_TRUE(parse_zip_path("/zip/path/file2.zip!/", &zip_path, &entry_path));
  /bionic/linker/
linker_utils.h 26 bool parse_zip_path(const char* input_path, std::string* zip_path, std::string* entry_path);
linker_utils.cpp 85 bool parse_zip_path(const char* input_path, std::string* zip_path, std::string* entry_path) { function
linker.cpp 477 if (parse_zip_path(normalized_path.c_str(), &zip_path, &entry_path)) {
    [all...]

Completed in 51 milliseconds