OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:must_be_executable
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/tools/checkperms/
checkperms.py
235
def
must_be_executable
(rel_path):
function
271
If the file name is matched with
must_be_executable
() or
284
if
must_be_executable
(full_path):
333
if (not
must_be_executable
(rel_path) and
/external/valgrind/main/perf/
vg_perf.in
102
my ($dir, $prog, $must_exist, $
must_be_executable
) = @_;
111
if ($
must_be_executable
) {
/external/valgrind/main/tests/
vg_regtest.in
181
my ($dir, $prog, $must_exist, $
must_be_executable
) = @_;
190
if ($
must_be_executable
) {
Completed in 296 milliseconds