Searched defs:fname (Results 1 – 14 of 14) sorted by relevance
/system/core/trusty/storage/tests/ |
D | main.cpp | 252 const char *fname = "test_create_delete_file"; in TEST_P() local 297 const char *fname = "delete_opened_test_file"; in TEST_P() local 334 const char *fname = "test_open_no_create_file"; in TEST_P() local 368 const char *fname = "test_open_create_file"; in TEST_P() local 396 const char *fname = "ABCDEFGHIJKLMNOPQRSTUVWXYZ-abcdefghijklmnopqrstuvwxyz_01234.56789"; in TEST_P() local 423 const char *fname = "test_write_read_sequential"; in TEST_P() local 465 const char *fname = "test_open_truncate"; in TEST_P() local 508 const char *fname = "test_open_same_file"; in TEST_P() local 591 const char *fname = "test_read_eof"; in TEST_P() local 637 const char *fname = "test_get_file_size"; in TEST_P() local [all …]
|
/system/extras/verity/ |
D | Utils.java | 213 static X509Certificate loadPEMCertificate(String fname) throws Exception { in loadPEMCertificate() 281 static byte[] read(String fname) throws Exception { in read() 294 static void write(byte[] data, String fname) throws Exception{ in write()
|
/system/memory/libmemtrack/ |
D | memtrack_test.cpp | 33 std::string fname = ::android::base::StringPrintf("/proc/%d/cmdline", pid); in getprocname() local
|
/system/bt/bta/gatt/ |
D | bta_gattc_cache.cc | 712 char fname[255] = {0}; in bta_gattc_cache_load() local 772 char fname[255] = {0}; in bta_gattc_cache_write() local 820 char fname[255] = {0}; in bta_gattc_cache_reset() local
|
/system/core/fastboot/fuzzy_fastboot/ |
D | fixtures.cpp | 89 std::string fname(device_path.begin() + prefix.size(), device_path.end()); in UsbStillAvailible() local
|
D | main.cpp | 1318 const auto flash_part = [&](const std::string fname, const std::string part_name) { in TEST_P()
|
/system/netd/server/ |
D | BandwidthController.cpp | 577 const std::string fname = "/proc/net/xt_quota/" + iface; in getInterfaceQuota() local 628 const std::string fname = "/proc/net/xt_quota/" + quotaName; in updateQuota() local
|
/system/libvintf/ |
D | AssembleVintf.cpp | 177 auto fname = ::android::base::Basename(path); in isConditionalConfig() local 195 auto fname = ::android::base::Basename(path); in generateCondition() local
|
/system/bpf/libbpf_android/ |
D | Loader.cpp | 415 string fname = pathToFilename(string(elfPath), true); in createMaps() local 540 string fname = pathToFilename(string(elfPath), true); in loadCodeSections() local
|
/system/core/fastboot/ |
D | usb_linux.cpp | 90 char fname[64]; member
|
D | fastboot.cpp | 922 static bool load_buf(const char* fname, struct fastboot_buffer* buf) { in load_buf() 1243 static void do_flash(const char* pname, const char* fname) { in do_flash() 2042 std::string fname; in Main() local
|
/system/vold/ |
D | cryptfs.cpp | 594 char* fname = NULL; in put_crypt_ftr_and_key() local 734 char* fname = NULL; in get_crypt_ftr_and_key() local 837 char* fname; in load_persistent_data() local 927 char* fname; in save_persistent_data() local
|
/system/memory/libmeminfo/tools/ |
D | librank.cpp | 94 std::string fname = ::android::base::StringPrintf("/proc/%d/cmdline", pid); in ProcessRecord() local
|
D | procrank.cpp | 57 std::string fname = ::android::base::StringPrintf("/proc/%d/oom_score_adj", pid); in ProcessRecord() local
|