Home
last modified time | relevance | path

Searched defs:fname (Results 1 – 16 of 16) sorted by relevance

/system/core/trusty/storage/tests/
Dmain.cpp252 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/
DUtils.java213 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/core/libmemtrack/
Dmemtrack_test.cpp33 std::string fname = ::android::base::StringPrintf("/proc/%d/cmdline", pid); in getprocname() local
/system/core/fs_mgr/
Dfs_mgr_verity.cpp278 static int check_verity_restart(const char *fname) in check_verity_restart()
369 static int metadata_find(const char *fname, const char *stag, in metadata_find()
443 static int write_verity_state(const char *fname, off64_t offset, int32_t mode) in write_verity_state()
472 static int read_verity_state(const char *fname, off64_t offset, int *mode) in read_verity_state()
/system/bt/bta/gatt/
Dbta_gattc_cache.cc712 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/
Dfixtures.cpp81 std::string fname(device_path.begin() + prefix.size(), device_path.end()); in UsbStillAvailible() local
Dmain.cpp1338 const auto flash_part = [&](const std::string fname, const std::string part_name) { in TEST_P()
/system/core/toolbox/upstream-netbsd/usr.bin/grep/
Dutil.c64 file_matching(const char *fname) in file_matching()
/system/netd/server/
DBandwidthController.cpp560 const std::string fname = "/proc/net/xt_quota/" + iface; in getInterfaceQuota() local
611 const std::string fname = "/proc/net/xt_quota/" + quotaName; in updateQuota() local
/system/bpf/libbpf_android/
DLoader.cpp388 string fname = pathToFilename(string(elfPath), true); in createMaps() local
508 string fname = pathToFilename(string(elfPath), true); in loadCodeSections() local
/system/core/libmeminfo/tools/
Dlibrank.cpp85 std::string fname = ::android::base::StringPrintf("/proc/%d/cmdline", pid); in ProcessRecord() local
Dprocrank.cpp57 std::string fname = ::android::base::StringPrintf("/proc/%d/oom_score_adj", pid); in ProcessRecord() local
/system/core/fastboot/
Dusb_linux.cpp88 char fname[64]; member
Dfastboot.cpp900 static bool load_buf(const char* fname, struct fastboot_buffer* buf) { in load_buf()
1134 static void do_flash(const char* pname, const char* fname) { in do_flash()
1862 std::string fname; in Main() local
/system/vold/
Dcryptfs.cpp523 char* fname = NULL; in put_crypt_ftr_and_key() local
663 char* fname = NULL; in get_crypt_ftr_and_key() local
766 char* fname; in load_persistent_data() local
856 char* fname; in save_persistent_data() local
/system/libvintf/
DAssembleVintf.cpp175 std::string fname = ::android::base::Basename(path); in generateCondition() local