Home
last modified time | relevance | path

Searched defs:file_path (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/tools/aapt2/tools/
Dfix_resources.py40 def read_contents(file_path): argument
45 def write_contents(file_path, contents): argument
/frameworks/base/core/jni/
Dfd_utils.h85 const std::string file_path; variable
Dfd_utils.cpp164 std::string file_path; in CreateFromFd() local
278 FileDescriptorInfo::FileDescriptorInfo(struct stat stat, const std::string& file_path, in FileDescriptorInfo()
/frameworks/rs/tests/lldb/tests/harness/
Dutil_log.py34 file_path=None, file_mode='a'): argument
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
DMediaStoreSaver.java41 String file_path = folder_path + "/" + folderName; in savePNG() local
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
DMediaStoreSaver.java42 String file_path = folder_path + "/" + folderName; in save() local
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
DMediaStoreSaver.java42 String file_path = folder_path + "/" + folderName; in save() local
/frameworks/base/tools/fonts/
Dfontchain_lint.py355 def parse_unicode_datafile(file_path, reverse=False): argument
391 def parse_emoji_variants(file_path): argument
/frameworks/base/tools/aapt2/tools/consumers/
Dpositional_arguments.py13 def matches(self, file_path): argument
Dduplicates.py9 def matches(self, file_path): argument
/frameworks/base/tools/aapt2/cmd/
DDump.cpp48 void TryDumpFile(IAaptContext* context, const std::string& file_path) { in TryDumpFile()