Home
last modified time | relevance | path

Searched defs:exec_cmd (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/core/fastboot/
H A Dfs.cpp31 static int exec_cmd(const char* path, const char** argv, const char** envp) { in exec_cmd() function
86 static int exec_cmd(const char* path, const char** argv, const char** envp) { in exec_cmd() function
/aosp12/bootable/recovery/recovery_utils/
H A Droots.cpp92 static int exec_cmd(const std::vector<std::string>& args) { in exec_cmd() function