Searched defs:path_map (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/tools/aapt2/optimize/ |
H A D | ResourcePathShortener_test.cpp | 52 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 D | thermal-helper.cpp | 143 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 D | permute.c | 284 char *path_map = malloc(strlen(path_in) + 8); in permute() local
|
/aosp12/frameworks/base/tools/aapt2/cmd/ |
H A D | Optimize.cpp | 290 bool WriteShortenedPathsMap(const std::map<std::string, std::string> &path_map, in WriteShortenedPathsMap()
|