Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/tools/
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()])
/frameworks/base/tools/aapt2/cmd/
DCompile.cpp127 const android::Source res_path = in ExtractResourcePathData() local
130 return ResourcePathData{res_path, in ExtractResourcePathData()
DCompile_test.cpp271 const std::string res_path = in TEST_F() local