HomeSort by relevance Sort by last modified time
    Searched full:library_path (Results 26 - 50 of 150) sorted by null

12 3 4 5 6

  /external/chromium_org/chrome/browser/media_galleries/fileapi/
itunes_data_provider.cc 109 base::FilePath GetAutoAddPath(const base::FilePath& library_path) {
112 library_path.DirName().AppendASCII(kiTunesMediaDir);
180 ITunesDataProvider::ITunesDataProvider(const base::FilePath& library_path)
181 : iapps::IAppsDataProvider(library_path),
182 auto_add_path_(GetAutoAddPath(library_path)),
188 const base::FilePath& library_path,
192 library_path,
itunes_data_provider.h 34 explicit ITunesDataProvider(const base::FilePath& library_path);
68 virtual void DoParseLibrary(const base::FilePath& library_path,
iphoto_file_util_unittest.cc 91 contents["a.jpg"] = library_path().AppendASCII("a.jpg");
98 return library_path().AppendASCII("a.jpg");
108 contents["a.jpg"] = library_path().AppendASCII("orig.jpg");
115 return library_path().AppendASCII("orig.jpg");
itunes_file_util.cc 105 base::FilePath file_path = GetDataProvider()->library_path();
162 if (!base::GetFileInfo(GetDataProvider()->library_path(), &xml_info))
292 *local_file_path = GetDataProvider()->library_path();
  /external/chromium_org/chrome/test/base/
v8_unit_test.h 28 // Add a custom helper JS library for your test. If |library_path| is
30 void AddLibrary(const base::FilePath& library_path);
v8_unit_test.cc 56 void V8UnitTest::AddLibrary(const base::FilePath& library_path) {
57 user_libraries_.push_back(library_path);
web_ui_browsertest.h 51 void AddLibrary(const base::FilePath& library_path);
web_ui_browsertest.cc 110 void WebUIBrowserTest::AddLibrary(const base::FilePath& library_path) {
111 user_libraries_.push_back(library_path);
  /external/compiler-rt/lib/
lit.common.cfg 21 'CINDEXTEST_PREAMBLE_FILE', 'LIBRARY_PATH',
  /external/chromium/chrome/common/
launchd_mac.mm 35 NSString* library_path = [library_paths objectAtIndex:0];
40 [library_path stringByAppendingPathComponent:launch_dir_name];
  /external/chromium_org/chrome/common/mac/
launchd.mm 35 NSString* library_path = [library_paths objectAtIndex:0];
40 [library_path stringByAppendingPathComponent:launch_dir_name];
  /external/chromium_org/third_party/icu/source/config/
mh-beos 102 # Use LIBRARY_PATH instead of LD_LIBRARY_PATH
103 LDLIBRARYPATH_ENVVAR= LIBRARY_PATH
  /external/icu4c/config/
mh-beos 102 # Use LIBRARY_PATH instead of LD_LIBRARY_PATH
103 LDLIBRARYPATH_ENVVAR= LIBRARY_PATH
  /external/llvm/utils/lit/lit/
TestingConfig.py 16 'LIBRARY_PATH' : os.environ.get('LIBRARY_PATH',''),
  /external/chromium_org/third_party/android_platform/development/scripts/
symbol.py 127 library_path = os.path.relpath(candidate_libraries[0], SYMBOLS_DIR)
128 return '/' + library_path
  /external/chromium_org/v8/src/
log.h 297 void SharedLibraryEvent(const char* library_path,
300 void SharedLibraryEvent(const wchar_t* library_path,
  /external/v8/src/
log.h 258 void SharedLibraryEvent(const char* library_path,
261 void SharedLibraryEvent(const wchar_t* library_path,
log.cc 634 void Logger::SharedLibraryEvent(const char* library_path,
640 library_path,
647 void Logger::SharedLibraryEvent(const wchar_t* library_path,
653 library_path,
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/
main-scripts.rb 8 ENV[ 'RUBYLIB' ] = ANTLR3.library_path
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
emxccompiler.py 216 emx_dirs = os.environ['LIBRARY_PATH'].split(';')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
emxccompiler.py 216 emx_dirs = os.environ['LIBRARY_PATH'].split(';')
  /external/chromium/crypto/
nss_util.cc 470 const char* library_path,
474 name, library_path, params ? params : "");
  /external/chromium_org/chrome/utility/
chrome_content_utility_client.cc 767 base::FilePath library_path(
769 Send(new ChromeUtilityHostMsg_GotITunesDirectory(library_path));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/
collect2 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/
collect2 

Completed in 1219 milliseconds

12 3 4 5 6