OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rootpath
(Results
1 - 7
of
7
) sorted by null
/external/selinux/libsemanage/tests/
test_semanage_store.c
47
const char *
rootpath
= "./test-policy";
variable
62
err = mkdir(
rootpath
, S_IRUSR | S_IWUSR | S_IXUSR);
91
err = semanage_check_init(sh,
rootpath
);
118
err = rmdir(
rootpath
);
/external/selinux/policycoreutils/setfiles/
restore.h
33
char *
rootpath
;
member in struct:restore_opts
/frameworks/base/core/java/android/app/backup/
BackupAgent.java
579
String
rootpath
= null;
local
582
rootpath
= dbDir;
585
rootpath
= spDir;
588
rootpath
= filesDir;
591
rootpath
= rootDir;
594
rootpath
= deviceDbDir;
597
rootpath
= deviceSpDir;
600
rootpath
= deviceFilesDir;
603
rootpath
= deviceRootDir;
606
rootpath
= efDir
618
FullBackup.backupToTar(getPackageName(), domain, null,
rootpath
, filePath, output);
local
[
all
...]
/external/icu/icu4c/source/tools/tzcode/
tz2icu.cpp
1433
string
rootpath
, zonetab, version;
local
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar
android-all-4.2.2_r1.2-robolectric-0.jar
android-all-4.3_r2-robolectric-0.jar
Completed in 544 milliseconds