HomeSort by relevance Sort by last modified time
    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 224 base::FilePath resources_dir; local
226 if (!PathService::Get(chrome::DIR_RESOURCES, &resources_dir) ||
227 !resources_dir.AppendRelativePath(directory_path, &relative_path)) {
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
test_converter_unittest.py 282 resources_dir = converter.path_from_webkit_root("LayoutTests", "resources")
289 new_relpath = os.path.relpath(resources_dir, test_path)

Completed in 270 milliseconds