Searched refs:directory_path (Results 1 – 6 of 6) sorted by relevance
/external/chromium/chrome/browser/extensions/ |
D | extension_protocols.cc | 128 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/ |
D | make-gypi | 46 for directory_path, directory_names, file_names in os.walk('.'): 49 relative_path = os.path.join(directory_path, file_name)
|
/external/chromium/base/ |
D | dir_reader_linux.h | 32 explicit DirReaderLinux(const char* directory_path) in DirReaderLinux() argument 33 : fd_(open(directory_path, O_RDONLY | O_DIRECTORY)), in DirReaderLinux()
|
D | dir_reader_fallback.h | 15 explicit DirReaderFallback(const char* directory_path) { } in DirReaderFallback() argument
|
/external/llvm/utils/llvm-build/llvmbuild/ |
D | main.py | 254 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/ |
D | tab_applescript.mm | 251 // then directory_path = '/Users/Foo/Documents/Google_files/'.
|