Searched refs:full_path (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/tools/aapt2/flatten/ |
D | Archive.cpp | 61 std::string full_path = dir_; in StartEntry() local 62 file::AppendPath(&full_path, path); in StartEntry() 63 file::mkdirs(file::GetStem(full_path).to_string()); in StartEntry() 65 file_ = {::android::base::utf8::fopen(full_path.c_str(), "wb"), fclose}; in StartEntry()
|
/frameworks/base/tools/aapt2/util/ |
D | Files.cpp | 299 std::string full_path = root_dir; in FindFiles() local 300 AppendPath(&full_path, file_name); in FindFiles() 301 const FileType file_type = GetFileType(full_path); in FindFiles()
|
/frameworks/base/tools/aapt2/cmd/ |
D | Compile.cpp | 172 std::string full_path = prefix_path; in LoadInputFilesFromDir() local 173 file::AppendPath(&full_path, leaf_entry->d_name); in LoadInputFilesFromDir() 176 Maybe<ResourcePathData> path_data = ExtractResourcePathData(full_path, &err_str); in LoadInputFilesFromDir() 178 context->GetDiagnostics()->Error(DiagMessage(full_path) << err_str); in LoadInputFilesFromDir()
|
D | Link.cpp | 1351 std::string full_path = assets_dir; in CopyAssetsDirsToApk() local 1352 file::AppendPath(&full_path, file); in CopyAssetsDirsToApk() 1357 util::make_unique<io::RegularFile>(Source(std::move(full_path)))); in CopyAssetsDirsToApk() 1360 << "asset file overrides '" << full_path << "'"); in CopyAssetsDirsToApk()
|
/frameworks/native/cmds/installd/ |
D | dexopt.cpp | 826 const char* full_path = code_full_path.c_str(); in dump_profiles() local 827 unique_fd apk_fd(open(full_path, O_RDONLY | O_NOFOLLOW)); in dump_profiles() 829 ALOGE("installd cannot open '%s'\n", full_path); in dump_profiles() 832 dex_locations.push_back(get_location_from_path(full_path)); in dump_profiles()
|
/frameworks/base/libs/androidfw/ |
D | AssetManager2.cpp | 205 std::string full_path = "assets/" + dirname; in OpenDir() local 221 if (!apk_assets->ForEachFile(full_path, func)) { in OpenDir()
|