Home
last modified time | relevance | path

Searched refs:id_map_path (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/cmd/
DLink.cpp611 const std::string& id_map_path) { in WriteStableIdMapToPath() argument
612 std::ofstream fout(id_map_path, std::ofstream::binary); in WriteStableIdMapToPath()
614 diag->Error(DiagMessage(id_map_path) << strerror(errno)); in WriteStableIdMapToPath()
625 diag->Error(DiagMessage(id_map_path) << "failed writing to file: " in WriteStableIdMapToPath()