Home
last modified time | relevance | path

Searched refs:file_name (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/telephony/tools/
Dtdi5 file_name='tdi'
14 echo "Usage: $file_name $cmd <dc> <count> <cause> <retry-time>"
/frameworks/rs/tests/lldb/tests/harness/
Dtest_base_remote.py40 def set_src_map(self, file_name, new_src_path): argument
53 + file_name)
58 + file_name)
/frameworks/native/cmds/installd/
Dinstalld.cpp74 char file_name[file_name_len + 1]; in calculate_oat_file_path() local
75 memcpy(file_name, file_name_start + 1, file_name_len); in calculate_oat_file_path()
76 file_name[file_name_len] = '\0'; in calculate_oat_file_path()
79 snprintf(path, PKG_PATH_MAX, "%s/%s/%s.odex", oat_dir, instruction_set, file_name); in calculate_oat_file_path()
Ddexopt.cpp884 static bool add_extension_to_file_name(char* file_name, const char* extension) { in add_extension_to_file_name() argument
885 if (strlen(file_name) + strlen(extension) + 1 > PKG_PATH_MAX) { in add_extension_to_file_name()
888 strcat(file_name, extension); in add_extension_to_file_name()
892 static int open_output_file(const char* file_name, bool recreate, int permissions) { in open_output_file() argument
895 if (unlink(file_name) < 0) { in open_output_file()
897 PLOG(ERROR) << "open_output_file: Couldn't unlink " << file_name; in open_output_file()
902 return open(file_name, flags, permissions); in open_output_file()
Dotapreopt.cpp1030 std::string file_name(file_name_start, file_name_len); in calculate_oat_file_path() local
1038 file_name.c_str(), in calculate_oat_file_path()
/frameworks/base/tools/aapt2/util/
DFiles.cpp284 std::string file_name = entry->d_name; in FindFiles() local
286 AppendPath(&full_path, file_name); in FindFiles()
290 if (!(*filter)(file_name, file_type)) { in FindFiles()
296 subdirs.push_back(std::move(file_name)); in FindFiles()
298 files.push_back(std::move(file_name)); in FindFiles()
/frameworks/rs/
Dbuild_rs.py188 file_name = os.path.basename(built_file)
193 ['strip', os.path.join(install_path, file_name)])
/frameworks/av/media/vndk/xmlparser/1.0/
DMediaCodecsXmlParser.cpp51 const char *file_name, std::string *out_path) { in findMediaCodecListFileFullPath() argument
53 *out_path = std::string(kConfigLocationList[i]) + "/" + file_name; in findMediaCodecListFileFullPath()
/frameworks/av/media/libstagefright/
DMediaCodecList.cpp180 static bool findMediaCodecListFileFullPath(const char *file_name, char *out_path) { in findMediaCodecListFileFullPath() argument
186 file_name); in findMediaCodecListFileFullPath()