Home
last modified time | relevance | path

Searched defs:target (Results 1 – 25 of 56) sorted by relevance

123

/system/vold/fs/
DExt4.cpp70 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()
DF2fs.cpp55 status_t Mount(const std::string& source, const std::string& target) { in Mount()
DExfat.cpp57 status_t Mount(const std::string& source, const std::string& target, int ownerUid, int ownerGid, in Mount()
DVfat.cpp116 status_t Mount(const std::string& source, const std::string& target, bool ro, in Mount()
/system/netd/server/
DIptablesBaseTest.cpp74 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()
DNetdConstants.cpp45 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()
DFirewallController.cpp215 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()
DControllers.cpp109 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/
Dupdate.py30 def __init__(self, target, name, install_path, need_strip=False): argument
81 def fetch_artifact(branch, build, target, name): argument
/system/libhwbinder/vts/performance/
DLatency.cpp108 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/
Datft.py57 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
Datftman_unittest.py923 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
Datftman.py660 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
Datft_unittest.py413 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/
DBootSignature.java69 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/
Dopen_files_list.cpp54 std::string target; in populate_open_files_list() local
Dbacktrace.cpp86 auto target = thread_info.find(target_thread); in dump_backtrace() local
/system/core/adb/
Dline_printer.cpp92 SMALL_RECT target = { in Print() local
/system/bt/test/
Drun_host_unit_tests.py147 def build_target(target, num_tasks): argument
/system/extras/simpleperf/runtest/
Druntest.py294 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/
Dtrunks_factory_for_test.cc47 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/
Dfile_descriptor_utils.cc81 FileDescriptorPtr target, in CopyAndHashExtents()
/system/vold/
DLoop.cpp49 int Loop::create(const std::string& target, std::string& out_device) { in create()
/system/core/debuggerd/
Ddebuggerd_benchmark.cpp67 pid_t target = getpid(); in PerformDump() local
/system/core/libutils/
DPrinter.cpp126 String8Printer::String8Printer(String8* target, const char* prefix) : in String8Printer()

123