Home
last modified time | relevance | path

Searched defs:file_path (Results 1 – 15 of 15) 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/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/base/core/jni/
Dfd_utils.cpp187 const std::string file_path; member in FileDescriptorInfo
266 std::string file_path; in CreateFromFd() local
403 FileDescriptorInfo::FileDescriptorInfo(struct stat stat, const std::string& file_path, in FileDescriptorInfo()
/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/aapt2/tools/consumers/
Dpositional_arguments.py13 def matches(self, file_path): argument
Dduplicates.py9 def matches(self, file_path): argument
/frameworks/base/tools/fonts/
Dfontchain_linter.py391 def parse_unicode_datafile(file_path, reverse=False): argument
427 def parse_emoji_variants(file_path): argument
/frameworks/base/tools/aapt2/optimize/
DResourcePathShortener.cpp40 std::string ShortenFileName(const android::StringPiece& file_path, int output_length) { in ShortenFileName()
/frameworks/base/tools/aapt2/
DLoadedApk.cpp304 std::unique_ptr<xml::XmlResource> LoadedApk::LoadXml(const std::string& file_path, in LoadXml()
/frameworks/native/libs/vr/libvrflinger/
Ddisplay_service.cpp210 std::string file_path = base::GetProperty(property_name, ""); in OnGetConfigurationData() local
/frameworks/base/tools/aapt2/cmd/
DOptimize.cpp285 const std::string &file_path) { in WriteShortenedPathsMap()
/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp2122 auto file_path = it->Next()->GetSource().path; in Dump() local
/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp244 static bool IsFileEmpty(const std::string& file_path) { in IsFileEmpty()