Searched refs:base_name (Results 1 – 5 of 5) sorted by relevance
/system/ca-certificates/google/ |
D | extract_from_pem.py | 24 def WriteCertificateFile(content, base_name, output_dir): argument 35 file_path = os.path.join(output_dir, '%s.%d' % (base_name, i)) 42 file_path = os.path.join(output_dir, '%s.%d' % (base_name, i)) 81 base_name = '%08x' % x509.get_subject().as_hash() 82 WriteCertificateFile(content, base_name, args.output_dir)
|
/system/core/adb/ |
D | test_device.py | 597 self.base_name = os.path.basename(self.full_path) 604 self.base_name = posixpath.basename(self.full_path) 634 base_name = prefix + str(file_num) 635 full_path = posixpath.join(in_dir, base_name) 694 temp_file.base_name) 753 temp_file.base_name) 760 temp_file.base_name) 840 temp_file.base_name) 875 temp_file.base_name) 906 host_path = os.path.join(real_dir, temp_file.base_name) [all …]
|
/system/core/crash_reporter/ |
D | user_collector_test.cc | 197 std::string base_name; in TEST_F() local 198 EXPECT_FALSE(collector_.GetExecutableBaseNameFromPid(0, &base_name)); in TEST_F() 207 EXPECT_TRUE(collector_.GetExecutableBaseNameFromPid(my_pid, &base_name)); in TEST_F() 209 EXPECT_EQ("crash_reporter_tests", base_name); in TEST_F()
|
D | crash_collector.cc | 270 std::string *base_name) { in GetExecutableBaseNameFromPid() argument 291 *base_name = target.BaseName().value(); in GetExecutableBaseNameFromPid()
|
D | crash_collector.h | 119 std::string *base_name);
|