OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:folder_path
(Results
1 - 4
of
4
) sorted by null
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
ImageCompare.java
78
String
folder_path
= folder.getAbsolutePath();
local
79
//String
folder_path
= "/storage/self/primary/";
80
String file_path_1_base =
folder_path
+ "/" + folder1;
81
String file_path_2_base =
folder_path
+ "/" + folder2;
100
String
folder_path
= folder.getAbsolutePath();
local
101
//String
folder_path
= "/storage/self/primary/";
102
String file_path_1 =
folder_path
+ "/" + folder1 + "/" + file;
103
String file_path_2 =
folder_path
+ "/" + folder2 + "/" + file;
MediaStoreSaver.java
40
String
folder_path
= folder.getAbsolutePath();
local
41
String file_path =
folder_path
+ "/" + folderName;
/frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/
MediaStoreSaver.java
41
String
folder_path
= folder.getAbsolutePath();
local
42
String file_path =
folder_path
+ "/" + folderName;
/external/autotest/site_utils/
gs_offloader.py
226
folder_path
= os.path.join(dir_entry, folder)
227
if (not os.path.isfile(
folder_path
) and
229
folders_list.append(
folder_path
)
Completed in 247 milliseconds