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

/frameworks/base/tools/aapt2/flatten/
H A DArchive.cpp59 std::string full_path = dir_; variable
60 file::AppendPath(&full_path, path);
61 file::mkdirs(file::GetStem(full_path));
63 file_ = {fopen(full_path.data(), "wb"), fclose};
/frameworks/base/tools/aapt2/util/
H A DFiles.cpp285 std::string full_path = root_dir; local
286 AppendPath(&full_path, file_name);
287 const FileType file_type = GetFileType(full_path);
/frameworks/base/tools/aapt2/cmd/
H A DCompile.cpp177 std::string full_path = prefix_path; local
178 file::AppendPath(&full_path, leaf_entry->d_name);
181 Maybe<ResourcePathData> path_data = ExtractResourcePathData(full_path, &err_str);
H A DLink.cpp1344 std::string full_path = assets_dir; local
1345 file::AppendPath(&full_path, file);
1350 util::make_unique<io::RegularFile>(Source(std::move(full_path))));
1353 << "asset file overrides '" << full_path << "'");
/frameworks/native/cmds/installd/
H A Ddexopt.cpp822 const char* full_path = code_full_path.c_str(); local
823 unique_fd apk_fd(open(full_path, O_RDONLY | O_NOFOLLOW));
825 ALOGE("installd cannot open '%s'\n", full_path);
828 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 326 milliseconds