OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:resources_dir
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/tools/build/mac/
make_locale_dirs.sh
28
RESOURCES_DIR
="${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
29
if [[ ! -d "${
RESOURCES_DIR
}" ]]; then
30
mkdir "${
RESOURCES_DIR
}"
33
cd "${
RESOURCES_DIR
}"
/external/chromium_org/chrome/browser/extensions/
image_loader.cc
262
base::FilePath
resources_dir
;
local
264
if (!PathService::Get(chrome::DIR_RESOURCES, &
resources_dir
) ||
265
!
resources_dir
.AppendRelativePath(directory_path, &relative_path)) {
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
test_converter_unittest.py
296
resources_dir
= converter.path_from_webkit_root("LayoutTests", "resources")
303
new_relpath = os.path.relpath(
resources_dir
, test_path)
Completed in 1604 milliseconds