OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resources_path
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/test/testsupport/
fileutils.cc
232
std::string
resources_path
= ProjectRootPath() + kResourcesDirName +
234
std::string resource_file =
resources_path
+ name + "_" + platform + "_" +
240
resource_file =
resources_path
+ name + "_" + platform + "." + extension;
245
resource_file =
resources_path
+ name + "_" + architecture + "." + extension;
251
return
resources_path
+ name + "." + extension;
/external/skia/tools/skqp/
make_universal_apk.py
116
resources_path
= apps_dir + '/skqp/src/main/assets/resources'
117
remove(
resources_path
)
118
os.symlink('../../../../../../../resources',
resources_path
)
119
build_paths.append(
resources_path
)
/external/skqp/tools/skqp/
make_universal_apk.py
116
resources_path
= apps_dir + '/skqp/src/main/assets/resources'
117
remove(
resources_path
)
118
os.symlink('../../../../../../../resources',
resources_path
)
119
build_paths.append(
resources_path
)
Completed in 658 milliseconds