Home
last modified time | relevance | path

Searched defs:path_map (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/tools/aapt2/optimize/
H A DResourcePathShortener_test.cpp52 std::map<std::string, std::string> path_map; in TEST() local
91 std::map<std::string, std::string> path_map; in TEST() local
111 std::map<std::string, std::string> path_map; in TEST() local
/aosp12/hardware/google/pixel/thermal/
H A Dthermal-helper.cpp143 std::unordered_map<std::string, std::string> path_map; in parseThermalPathMap() local
802 const std::unordered_map<std::string, std::string> &path_map) { in initializeSensorMap()
830 const std::unordered_map<std::string, std::string> &path_map) { in initializeCoolingDevices()
925 void ThermalHelper::initializeTrip(const std::unordered_map<std::string, std::string> &path_map, in initializeTrip()
/aosp12/frameworks/wilhelm/tools/permute/
H A Dpermute.c284 char *path_map = malloc(strlen(path_in) + 8); in permute() local
/aosp12/frameworks/base/tools/aapt2/cmd/
H A DOptimize.cpp290 bool WriteShortenedPathsMap(const std::map<std::string, std::string> &path_map, in WriteShortenedPathsMap()