OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:path_can_exec
(Results
1 - 2
of
2
) sorted by null
/external/qemu/android/utils/
path.h
68
extern ABool
path_can_exec
( const char* path );
path.c
269
path_can_exec
( const char* path )
function
686
if (path_exists(temp) &&
path_can_exec
(temp)) {
Completed in 205 milliseconds