OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:actpath
(Results
1 - 2
of
2
) sorted by null
/external/chromium-trace/catapult/third_party/coverage/coverage/
files.py
103
actpath
= head.upper()
105
actpath
= tail
121
actpath
= os.path.join(head, tail)
122
_ACTUAL_PATH_CACHE[path] =
actpath
123
return
actpath
/external/selinux/libsemanage/tests/
test_semanage_store.c
51
const char *
actpath
= "./test-policy/store/active";
variable
70
err = mkdir(
actpath
, S_IRUSR | S_IWUSR | S_IXUSR);
110
err = rmdir(
actpath
);
Completed in 114 milliseconds