Home
last modified time | relevance | path

Searched defs:executable (Results 1 – 5 of 5) sorted by relevance

/system/core/adb/
Dsysdeps_unix.cpp68 Process adb_launch_process(std::string_view executable, std::vector<std::string> args, in adb_launch_process()
Dsysdeps_win32.cpp2850 Process adb_launch_process(std::string_view executable, std::vector<std::string> args, in adb_launch_process()
/system/vold/fs/
DVfat.cpp114 bool executable, int ownerUid, int ownerGid, int permMask, bool createLost) { in Mount()
DExt4.cpp127 bool executable) { in Mount()
/system/extras/simpleperf/scripts/
Dutils.py131 def is_executable_available(executable, option='--help'): argument