Searched refs:sc (Results 1 – 8 of 8) sorted by relevance
/system/core/adb/client/ |
D | file_sync_client.cpp | 984 static bool sync_ls(SyncConnection& sc, const std::string& path, in sync_ls() argument 986 return sc.SendLs(path) && sc.FinishLs(func); in sync_ls() 989 static bool sync_stat(SyncConnection& sc, const std::string& path, struct stat* st) { in sync_stat() argument 990 return sc.SendStat(path) && sc.FinishStat(st); in sync_stat() 993 static bool sync_lstat(SyncConnection& sc, const std::string& path, struct stat* st) { in sync_lstat() argument 994 return sc.SendLstat(path) && sc.FinishStat(st); in sync_lstat() 997 static bool sync_stat_fallback(SyncConnection& sc, const std::string& path, struct stat* st) { in sync_stat_fallback() argument 998 if (sync_stat(sc, path, st)) { in sync_stat_fallback() 1007 bool lstat_result = sync_lstat(sc, path, st); in sync_stat_fallback() 1021 if (sync_lstat(sc, dir_path, &tmp_st)) { in sync_stat_fallback() [all …]
|
/system/core/fs_mgr/libsnapshot/ |
D | partition_cow_creator.cpp | 129 void WriteExtent(DmSnapCowSizeCalculator* sc, const chromeos_update_engine::Extent& de, in WriteExtent() argument 135 sc->WriteSector(sector_id); in WriteExtent() 144 DmSnapCowSizeCalculator sc(kSectorSize, kSnapshotChunkSize); in GetCowSize() local 149 WriteExtent(&sc, de, sectors_per_block); in GetCowSize() 152 if (operations == nullptr) return sc.cow_size_bytes(); in GetCowSize() 164 WriteExtent(&sc, de, sectors_per_block); in GetCowSize() 168 return sc.cow_size_bytes(); in GetCowSize()
|
/system/nfc/src/nfc/tags/ |
D | ce_t3t.cc | 525 uint16_t sc; in ce_t3t_handle_non_nfc_forum_cmd() local 544 BE_STREAM_TO_UINT16(sc, p); in ce_t3t_handle_non_nfc_forum_cmd() 549 if ((sc == 0xFFFF) || (sc == p_cb->system_code)) { in ce_t3t_handle_non_nfc_forum_cmd()
|
D | rw_t3t.cc | 1674 uint16_t sc; in rw_t3t_handle_get_sc_poll_rsp() local 1681 BE_STREAM_TO_UINT16(sc, p); in rw_t3t_handle_get_sc_poll_rsp() 1684 << StringPrintf("FeliCa detected (RD, system code %04X)", sc); in rw_t3t_handle_get_sc_poll_rsp() 1686 p_cb->system_codes[p_cb->num_system_codes++] = sc; in rw_t3t_handle_get_sc_poll_rsp()
|
/system/extras/simpleperf/doc/ |
D | android_application_profiling.md | 213 $ ./inferno.sh -sc 234 $ ./inferno.sh -sc
|
D | scripts_reference.md | 205 $ ./inferno.sh -sc --record_file perf.data
|
/system/timezone/input_data/android/ |
D | countryzones.txt | 2859 isoCode:"sc"
|
/system/extras/simpleperf/scripts/inferno/ |
D | inferno.b64 | 1 …zhzD/OXzU8tmvBXPdjJmnpLco11mM/rAQiWVE5cT9ZRu4awzpyyzpK/Mkz9uObnkY/DuhuAnrz/sc+PbgJ7Q99AVtj34ribUXY…
|