HomeSort by relevance Sort by last modified time
    Searched full:relative_path (Results 76 - 100 of 198) sorted by null

1 2 34 5 6 7 8

  /external/llvm/utils/lit/lit/
discovery.py 22 """getTestSuite(item, litConfig, cache) -> (suite, relative_path)
27 @retval (suite, relative_path) - The suite that @arg item is in, and its
  /external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
wallpaper_manager_browsertest.cc 177 std::string relative_path = base::FilePath(kTestUser1Hash).Append(id).value(); local
180 relative_path,
262 std::string relative_path = base::FilePath(kTestUser1Hash).Append(id).value(); local
265 relative_path,
490 std::string relative_path = base::FilePath(kTestUser1Hash).Append(id).value(); local
493 relative_path,
    [all...]
  /external/chromium_org/chrome/browser/extensions/
sandboxed_unpacker.cc 786 base::FilePath relative_path = base::FilePath::FromUTF8Unsafe(it.key()); local
787 relative_path = relative_path.Append(kMessagesFilename);
788 if (relative_path.IsAbsolute() || relative_path.ReferencesParent()) {
797 base::FilePath path = extension_root_.Append(relative_path);
convert_user_script_unittest.cc 83 extension->path().Append(script.js_scripts()[0].relative_path())));
132 extension->path().Append(script.js_scripts()[0].relative_path())));
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_misc.cc 216 base::FilePath relative_path; local
217 if (!src_dir.AppendRelativePath(file_path, &relative_path))
219 src_relative_paths.push_back(relative_path);
file_browser_handler_api_test.cc 182 const base::FilePath& relative_path) {
183 return tmp_mount_point_.Append(relative_path);
  /external/chromium_org/extensions/browser/api/runtime/
runtime_api.cc 528 std::string relative_path = kPackageDirectoryPath; local
531 fileapi::kFileSystemTypeNativeLocal, std::string(), path, &relative_path);
539 dict->SetString("baseName", relative_path);
  /external/chromium_org/extensions/common/
extension_l10n_util.cc 432 base::FilePath relative_path; local
433 if (!locales_path.AppendRelativePath(locale_path, &relative_path)) {
437 std::string subdir = relative_path.MaybeAsASCII();
file_util.cc 361 base::FilePath relative_path = ExtensionURLToRelativeFilePath(url);
362 if (relative_path.empty())
365 base::FilePath path = root.AppendASCII(host).Append(relative_path);
user_script.h 58 const base::FilePath& relative_path,
64 const base::FilePath& relative_path() const { return relative_path_; } function in class:extensions::UserScript::File
  /external/chromium_org/tools/grit/grit/format/
rc.py 422 relative_path = item.attrs['relativepath'] == 'true'
428 relative_path = False
440 elif relative_path:
  /external/chromium_org/tools/gyp/pylib/gyp/
MSVSNew.py 249 relative_path = gyp.common.RelativePath(e.path, sln_root)
251 # use '.' in case relative_path is empty.
252 folder_name = relative_path.replace('/', '\\') or '.'
  /external/chromium_org/chrome/browser/profiles/
profile_io_data.cc 158 std::string relative_path; local
163 relative_path.assign(spec.substr(offset + bundled_path_prefix.length()));
165 // Check that |relative_path| is not an absolute path (otherwise
169 base::FilePath::StringType(relative_path.begin(), relative_path.end()));
180 *path = inspector_dir.AppendASCII(relative_path);
    [all...]
  /external/chromium_org/chrome/browser/download/
chrome_download_manager_delegate_unittest.cc 236 const char* relative_path) {
238 test_download_dir_.path().AppendASCII(relative_path);
  /external/chromium_org/chrome/browser/extensions/api/file_handlers/
app_file_handler_util.cc 365 base::FilePath relative_path = local
368 .Append(relative_path);
  /external/chromium_org/extensions/browser/
verified_contents.cc 201 const base::FilePath& relative_path) {
203 root_hashes_.find(relative_path);
  /external/chromium_org/google_apis/drive/
test_util.h 58 base::FilePath GetTestFilePath(const std::string& relative_path);
81 scoped_ptr<base::Value> LoadJSONFile(const std::string& relative_path);
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-filepath.h 92 // Given directory = "dir", relative_path = "test.xml",
96 const FilePath& relative_path);
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-filepath.h 96 // Given directory = "dir", relative_path = "test.xml",
100 const FilePath& relative_path);
  /external/chromium_org/tools/telemetry/telemetry/util/
find_dependencies.py 186 relative_path = os.path.relpath(path, base_dir)
193 % relative_path)
  /external/gtest/include/gtest/internal/
gtest-filepath.h 92 // Given directory = "dir", relative_path = "test.xml",
96 const FilePath& relative_path);
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-filepath.h 96 // Given directory = "dir", relative_path = "test.xml",
100 const FilePath& relative_path);
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-filepath.h 96 // Given directory = "dir", relative_path = "test.xml",
100 const FilePath& relative_path);
  /external/protobuf/gtest/include/gtest/internal/
gtest-filepath.h 96 // Given directory = "dir", relative_path = "test.xml",
100 const FilePath& relative_path);
  /external/protobuf/gtest/test/
gtest-options_test.cc 63 FilePath GetAbsolutePathOf(const FilePath& relative_path) {
64 return FilePath::ConcatPaths(FilePath::GetCurrentDir(), relative_path);

Completed in 530 milliseconds

1 2 34 5 6 7 8