/system/vold/fs/ |
D | Ext4.cpp | 70 status_t Check(const std::string& source, const std::string& target) { in Check() 132 status_t Mount(const std::string& source, const std::string& target, bool ro, in Mount() 168 const std::string& target) { in Format()
|
D | F2fs.cpp | 55 status_t Mount(const std::string& source, const std::string& target) { in Mount()
|
D | Exfat.cpp | 57 status_t Mount(const std::string& source, const std::string& target, int ownerUid, int ownerGid, in Mount()
|
D | Vfat.cpp | 116 status_t Mount(const std::string& source, const std::string& target, bool ro, in Mount()
|
/system/netd/server/ |
D | IptablesBaseTest.cpp | 74 int IptablesBaseTest::fakeExecIptablesRestoreWithOutput(IptablesTarget target, in fakeExecIptablesRestoreWithOutput() 87 int IptablesBaseTest::fakeExecIptablesRestore(IptablesTarget target, const std::string& commands) { in fakeExecIptablesRestore() 91 int IptablesBaseTest::fakeExecIptablesRestoreCommand(IptablesTarget target, in fakeExecIptablesRestoreCommand()
|
D | NetdConstants.cpp | 45 int execIptablesRestoreWithOutput(IptablesTarget target, const std::string& commands, in execIptablesRestoreWithOutput() 50 int execIptablesRestore(IptablesTarget target, const std::string& commands) { in execIptablesRestore() 54 int execIptablesRestoreCommand(IptablesTarget target, const std::string& table, in execIptablesRestoreCommand()
|
D | FirewallController.cpp | 215 const char* target; in setUidRule() local 265 std::string FirewallController::makeCriticalCommands(IptablesTarget target, const char* chainName) { in makeCriticalCommands() 277 std::string FirewallController::makeUidRules(IptablesTarget target, const char *name, in makeUidRules()
|
D | Controllers.cpp | 109 std::set<std::string> Controllers::findExistingChildChains(const IptablesTarget target, in findExistingChildChains() 149 void Controllers::createChildChains(IptablesTarget target, const char* table, in createChildChains()
|
/system/extras/simpleperf/scripts/ |
D | update.py | 30 def __init__(self, target, name, install_path, need_strip=False): argument 81 def fetch_artifact(branch, build, target, name): argument
|
/system/libhwbinder/vts/performance/ |
D | Latency.cpp | 108 int target; ///< the terget service number member 113 int target = priv->target; in threadStart() local 131 static void threadTransaction(int target, PResults* presults) { in threadTransaction() 205 int target = num; in clientFx() local
|
/system/iot/attestation/at-factory-tool/ |
D | atft.py | 57 def __init__(self, exception, operation=None, target=None): argument 1287 def _HandleException(self, level, e, operation=None, target=None): argument 1385 def _SendOperationStartEvent(self, operation, target=None): argument 1399 def _SendOperationSucceedEvent(self, operation, target=None): argument 1522 def _CreateThread(self, target, *args): argument 1614 def _FuseVbootKeyTarget(self, target): argument 1729 def _FusePermAttrTarget(self, target): argument 1777 def _LockAvbTarget(self, target): argument 1902 def _ProvisionTarget(self, target): argument 1929 def _HandleStateTransition(self, target): argument
|
D | atftman_unittest.py | 923 def MockSetProvisionSuccess(self, target): argument 928 def MockSetProvisionFail(self, target): argument 989 def MockSetFuseVbootSuccess(self, target): argument 994 def MockSetFuseVbootFail(self, target): argument 1070 def MockSetFuseAttrSuccess(self, target): argument 1075 def MockSetFuseAttrFail(self, target): argument 1151 def MockSetLockAvbSuccess(self, target): argument 1156 def MockSetLockAvbFail(self, target): argument
|
D | atftman.py | 660 def Provision(self, target): argument 703 def FuseVbootKey(self, target): argument 737 def FusePermAttr(self, target): argument 764 def LockAvb(self, target): argument 780 def Reboot(self, target, timeout, success_callback, timeout_callback): argument 856 def _GetAlgorithmList(self, target): argument
|
D | atft_unittest.py | 413 def MockStateChange(self, target, state): argument 650 def MockReboot(self, target, timeout, success, fail): argument 929 def MockSuccessProvision(self, target): argument 932 def MockFailedProvision(self, target): argument
|
/system/extras/verity/ |
D | BootSignature.java | 69 private DERPrintableString target; field in BootSignature 86 public BootSignature(String target, int length) { in BootSignature() 242 public static void doSignature( String target, in doSignature()
|
/system/core/debuggerd/libdebuggerd/ |
D | open_files_list.cpp | 54 std::string target; in populate_open_files_list() local
|
D | backtrace.cpp | 86 auto target = thread_info.find(target_thread); in dump_backtrace() local
|
/system/core/adb/ |
D | line_printer.cpp | 92 SMALL_RECT target = { in Print() local
|
/system/bt/test/ |
D | run_host_unit_tests.py | 147 def build_target(target, num_tasks): argument
|
/system/extras/simpleperf/runtest/ |
D | runtest.py | 294 def __init__(self, target, perf_path): argument 329 def __init__(self, target): argument 346 def __init__(self, target): argument 554 def build_runner(target, use_callgraph, sampler): argument
|
/system/tpm/trunks/ |
D | trunks_factory_for_test.cc | 47 explicit TpmStateForwarder(TpmState* target) : target_(target) {} in TpmStateForwarder() 118 explicit TpmUtilityForwarder(TpmUtility* target) : target_(target) {} in TpmUtilityForwarder() 359 explicit AuthorizationDelegateForwarder(AuthorizationDelegate* target) in AuthorizationDelegateForwarder() 392 explicit SessionManagerForwarder(SessionManager* target) : target_(target) {} in SessionManagerForwarder() 418 explicit HmacSessionForwarder(HmacSession* target) : target_(target) {} in HmacSessionForwarder() 451 explicit PolicySessionForwarder(PolicySession* target) : target_(target) {} in PolicySessionForwarder() 500 explicit BlobParserForwarder(BlobParser* target) : target_(target) {} in BlobParserForwarder()
|
/system/update_engine/payload_consumer/ |
D | file_descriptor_utils.cc | 81 FileDescriptorPtr target, in CopyAndHashExtents()
|
/system/vold/ |
D | Loop.cpp | 49 int Loop::create(const std::string& target, std::string& out_device) { in create()
|
/system/core/debuggerd/ |
D | debuggerd_benchmark.cpp | 67 pid_t target = getpid(); in PerformDump() local
|
/system/core/libutils/ |
D | Printer.cpp | 126 String8Printer::String8Printer(String8* target, const char* prefix) : in String8Printer()
|