Lines Matching refs:FilePath
25 base::FilePath GetFrameworksPath() {
26 base::FilePath bundle_path = GetMainBundlePath();
28 return base::FilePath();
35 base::FilePath framework_path = GetFrameworkDirectory();
42 base::FilePath bundle_path = GetMainBundlePath();
56 base::FilePath child_process_path =
71 bool GetLocalLibraryDirectory(base::FilePath* result) {
75 base::FilePath GetFrameworkDirectory() {
76 base::FilePath frameworks_path =
84 return base::FilePath();
90 base::FilePath GetFrameworkResourcesDirectory() {
91 base::FilePath frameworks_path = GetFrameworkDirectory();
93 return base::FilePath();
98 base::FilePath GetMainProcessPath() {
99 base::FilePath path;
105 base::FilePath GetMainBundlePath() {
106 base::FilePath main_bundle_path =
120 base::FilePath GetMainResourcesDirectory() {
121 base::FilePath bundle_path = GetMainBundlePath();
123 return base::FilePath();
129 base::FilePath GetChildProcessPath() {
130 base::FilePath frameworks_path = GetFrameworksPath();
132 return base::FilePath();