Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/tools/
H A Dfix_resources.py16 def do_it(res_path, consumers): argument
17 for file_path in enumerate_files(res_path):
29 def enumerate_files(res_path): argument
31 values_directories = os.listdir(res_path)
32 values_directories = map(lambda f: os.path.join(res_path, f), values_directories)
61 res_path = os.path.abspath(sys.argv[1]) variable
62 print "looking in {0} ...".format(res_path)
63 do_it(res_path, [DuplicateRemover(), PositionalArgumentFixer()])
/aosp12/bootable/recovery/minui/
H A Dresources.cpp67 std::string res_path = g_resource_dir + "/" + name + ".png"; in PngHandler() local
68 png_fp_.reset(fopen(res_path.c_str(), "rbe")); in PngHandler()
/aosp12/frameworks/base/tools/aapt2/cmd/
H A DCompile.cpp126 const Source res_path = options.source_path in ExtractResourcePathData() local
130 return ResourcePathData{res_path, dir_str.to_string(), name.to_string(), in ExtractResourcePathData()
H A DCompile_test.cpp260 const std::string res_path = BuildPath( in TEST_F() local