Home
last modified time | relevance | path

Searched defs:filepath (Results 1 – 7 of 7) sorted by relevance

/tools/netsim/src/util/
Dini_file.h32 explicit IniFile(std::string filepath = "") : filepath(std::move(filepath)) {} in filepath() argument
52 std::string filepath; variable
Dos_utils.cc84 auto filepath = GetNetsimIniFilepath(instance_num); in GetServerAddress() local
/tools/netsim/rust/common/src/util/
Dini_file.rs35 filepath: PathBuf, field
121 let filepath = get_ini_filepath(instance_num); in create_ini() localVariable
134 let filepath = get_ini_filepath(instance_num); in remove_ini() localVariable
152 let filepath = get_ini_filepath(instance_num); in get_server_address() localVariable
218 let filepath = get_temp_ini_filepath("test_read"); in test_read() localVariable
245 let filepath = get_temp_ini_filepath("test_read_no_newline"); in test_read_no_newline() localVariable
268 let filepath = get_temp_ini_filepath("test_read_no_file"); in test_read_no_file() localVariable
275 let filepath = get_temp_ini_filepath("test_read_multiple_lines"); in test_read_multiple_lines() localVariable
300 let filepath = get_temp_ini_filepath("test_insert_and_contains_key"); in test_insert_and_contains_key() localVariable
325 let filepath = get_temp_ini_filepath("test_write"); in test_write() localVariable
[all …]
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/util/
DTargetFileUtils.java71 public static String getPermission(String filepath, ITestDevice device) in getPermission()
174 public static boolean isReadOnly(String filepath, ITestDevice device) in isReadOnly()
189 public static boolean isReadWriteOnly(String filepath, ITestDevice device) in isReadWriteOnly()
/tools/netsim/rust/daemon/src/http_server/
Dhttp_handlers.rs87 let filepath = match path.strip_prefix('/') { in check_valid_file_path() localVariable
108 let filepath = match path.strip_prefix('/') { in handle_file() localVariable
/tools/loganalysis/src/com/android/loganalysis/
DLogAnalyzer.java283 private BufferedReader getBufferedReader(String filepath) throws FileNotFoundException { in getBufferedReader()
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmd8475a.py769 def load_simulation_paramfile(self, filepath): argument
781 def load_cell_paramfile(self, filepath): argument