Searched refs:full_path (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/tools/aapt2/flatten/
H A DArchive.cpp61 std::string full_path = dir_; variable
62 file::AppendPath(&full_path, path);
63 file::mkdirs(file::GetStem(full_path).to_string());
65 file_ = {::android::base::utf8::fopen(full_path.c_str(), "wb"), fclose};
/frameworks/base/tools/aapt2/util/
H A DFiles.cpp299 std::string full_path = root_dir; local
300 AppendPath(&full_path, file_name);
301 const FileType file_type = GetFileType(full_path);
/frameworks/base/tools/aapt2/cmd/
H A DCompile.cpp172 std::string full_path = prefix_path; local
173 file::AppendPath(&full_path, leaf_entry->d_name);
176 Maybe<ResourcePathData> path_data = ExtractResourcePathData(full_path, &err_str);
178 context->GetDiagnostics()->Error(DiagMessage(full_path) << err_str);
H A DLink.cpp1351 std::string full_path = assets_dir; local
1352 file::AppendPath(&full_path, file);
1357 util::make_unique<io::RegularFile>(Source(std::move(full_path))));
1360 << "asset file overrides '" << full_path << "'");
/frameworks/native/cmds/installd/
H A Ddexopt.cpp826 const char* full_path = code_full_path.c_str(); local
827 unique_fd apk_fd(open(full_path, O_RDONLY | O_NOFOLLOW));
829 ALOGE("installd cannot open '%s'\n", full_path);
832 dex_locations.push_back(get_location_from_path(full_path));
/frameworks/base/libs/androidfw/
H A DAssetManager2.cpp205 std::string full_path = "assets/" + dirname; local
221 if (!apk_assets->ForEachFile(full_path, func)) {

Completed in 581 milliseconds