Home
last modified time | relevance | path

Searched refs:directory_path (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dextension_protocols.cc128 FilePath directory_path = context->extension_info_map()-> in CreateExtensionURLRequestJob() local
130 if (directory_path.value().empty()) { in CreateExtensionURLRequestJob()
132 directory_path = context->extension_info_map()-> in CreateExtensionURLRequestJob()
134 if (directory_path.value().empty()) { in CreateExtensionURLRequestJob()
142 directory_path.DirName() == resources_path) { in CreateExtensionURLRequestJob()
143 FilePath relative_path = directory_path.BaseName().Append( in CreateExtensionURLRequestJob()
166 ExtensionResource resource(extension_id, directory_path, in CreateExtensionURLRequestJob()
188 FilePath directory_path = context->user_script_dir_path(); in CreateUserScriptURLRequestJob() local
190 ExtensionResource resource(request->url().host(), directory_path, in CreateUserScriptURLRequestJob()
/external/webkit/Tools/Scripts/
Dmake-gypi46 for directory_path, directory_names, file_names in os.walk('.'):
49 relative_path = os.path.join(directory_path, file_name)
/external/chromium/base/
Ddir_reader_linux.h32 explicit DirReaderLinux(const char* directory_path) in DirReaderLinux() argument
33 : fd_(open(directory_path, O_RDONLY | O_DIRECTORY)), in DirReaderLinux()
Ddir_reader_fallback.h15 explicit DirReaderFallback(const char* directory_path) { } in DirReaderFallback() argument
/external/llvm/utils/llvm-build/llvmbuild/
Dmain.py254 directory_path = os.path.join(output_path, subpath[1:])
257 if not os.path.exists(directory_path):
258 os.makedirs(directory_path)
276 file_path = os.path.join(directory_path, 'LLVMBuild.txt')
/external/chromium/chrome/browser/ui/cocoa/applescript/
Dtab_applescript.mm251 // then directory_path = '/Users/Foo/Documents/Google_files/'.