HomeSort by relevance Sort by last modified time
    Searched full:filepath (Results 576 - 600 of 4655) sorted by null

<<21222324252627282930>>

  /external/chromium_org/tools/gn/
source_file.cc 44 base::FilePath SourceFile::Resolve(const base::FilePath& source_root) const {
46 return base::FilePath();
56 return base::FilePath(UTF8ToFilePath(converted));
  /external/chromium_org/ui/events/ozone/device/
device_event.cc 11 const base::FilePath& path)
  /external/chromium_org/ui/gl/
gl_implementation_osmesa.h 15 base::NativeLibrary LoadLibraryAndPrintError(const base::FilePath& filename);
  /external/chromium_org/ui/ozone/platform/test/
ozone_platform_test.cc 30 OzonePlatformTest(const base::FilePath& dump_file) : file_path_(dump_file) {}
77 base::FilePath file_path_;
86 base::FilePath location = base::FilePath("/dev/null");
  /external/chromium_org/webkit/browser/fileapi/
mount_points.cc 11 const std::string& name, const base::FilePath& path)
sandbox_origin_database.h 34 SandboxOriginDatabase(const base::FilePath& file_system_directory,
41 base::FilePath* directory) OVERRIDE;
46 base::FilePath GetDatabasePath() const;
68 base::FilePath file_system_directory_;
sandbox_origin_database_interface.cc 13 const std::string& origin_in, const base::FilePath& path_in)
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
dict_file_writing_utils.h 34 static bool createEmptyDictFile(const char *const filePath, const int dictVersion,
49 static bool createEmptyV401DictFile(const char *const filePath,
55 static bool createEmptyV4DictFile(const char *const filePath,
60 static bool flushBufferToFile(const char *const filePath,
  /prebuilts/tools/common/guava-tools/
PREBUILT 4 http://search.maven.org/remotecontent?filepath=com/google/guava/guava/13.0.1/guava-13.0.1-sources.jar
  /external/chromium_org/content/browser/download/
base_file_unittest.cc 51 base_file_.reset(new BaseFile(base::FilePath(),
68 base::FilePath full_path = base_file_->full_path();
102 base_file_.reset(new BaseFile(base::FilePath(),
140 base::FilePath CreateTestFile() {
141 base::FilePath file_name;
142 BaseFile file(base::FilePath(),
154 EXPECT_NE(base::FilePath::StringType(), file_name.value());
166 void CreateFileWithName(const base::FilePath& file_name) {
167 EXPECT_NE(base::FilePath::StringType(), file_name.value());
233 EXPECT_EQ(base::FilePath().value(), base_file_->full_path().value())
    [all...]
  /external/chromium_org/content/browser/fileapi/
native_file_util_unittest.cc 29 base::FilePath Path() {
33 base::FilePath Path(const char* file_name) {
37 bool FileExists(const base::FilePath& path) {
42 int64 GetSize(const base::FilePath& path) {
55 base::FilePath file_name = Path("test_file");
79 base::FilePath file_name = Path("foobar");
94 base::FilePath dir_name = Path("test_dir");
115 base::FilePath file_name = Path("test_file");
151 base::FilePath path_1 = Path("dir1");
152 base::FilePath path_2 = Path("file1")
    [all...]
  /external/chromium_org/base/android/
path_utils_unittest.cc 20 FilePath path;
30 FilePath path;
40 FilePath path;
  /external/chromium_org/base/files/
file_enumerator.h 35 // for (base::FilePath name = enum.Next(); !name.empty(); name = enum.Next())
50 FilePath GetName() const;
71 FilePath filename_;
104 FileEnumerator(const FilePath& root_path,
107 FileEnumerator(const FilePath& root_path,
110 const FilePath::StringType& pattern);
118 FilePath Next();
125 bool ShouldSkip(const FilePath& path);
136 const FilePath& source, bool show_links);
145 FilePath root_path_
    [all...]
  /external/chromium_org/base/
os_compat_android_unittest.cc 19 FilePath tmp_dir;
23 FilePath sub_dir = tmp_dir.Append("XX");
34 FilePath sub_dir2 = tmp_dir.Append("XXXXXX");
value_conversions.cc 19 StringValue* CreateFilePathValue(const FilePath& in_value) {
23 bool GetValueAsFilePath(const Value& value, FilePath* file_path) {
28 *file_path = FilePath::FromUTF8Unsafe(str);
  /external/chromium_org/base/process/
process_iterator.cc 37 const FilePath::StringType& executable_name,
47 executable_name_ = FilePath::StringType(executable_name_,
56 int GetProcessCount(const FilePath::StringType& executable_name,
  /external/chromium_org/base/test/
gtest_xml_util.h 16 class FilePath;
27 bool Initialize(const FilePath& output_file_path) WARN_UNUSED_RESULT;
45 bool ProcessGTestOutput(const base::FilePath& output_file,
  /external/chromium_org/cc/test/
pixel_test_utils.h 17 bool WritePNGFile(const SkBitmap& bitmap, const base::FilePath& file_path,
22 bool ReadPNGFile(const base::FilePath& file_path, SkBitmap* bitmap);
27 base::FilePath ref_img_path,
  /external/chromium_org/chrome/browser/apps/
ephemeral_app_browsertest.h 30 base::FilePath GetTestPath(const char* test_path);
39 const base::FilePath& test_dir,
40 const base::FilePath& pem_path);
  /external/chromium_org/chrome/browser/chromeos/drive/
file_system_observer.h 12 class FilePath;
25 virtual void OnDirectoryChanged(const base::FilePath& directory_path) {}
30 const base::FilePath& file_path) {}
  /external/chromium_org/chrome/browser/chromeos/file_manager/
open_with_browser.cc 35 const base::FilePath::CharType kPdfExtension[] = FILE_PATH_LITERAL(".pdf");
36 const base::FilePath::CharType kSwfExtension[] = FILE_PATH_LITERAL(".swf");
39 const base::FilePath::CharType* kFileExtensionsViewableInBrowser[] = {
56 bool IsViewableInBrowser(const base::FilePath& file_path) {
65 const base::FilePath& plugin_path) {
83 base::FilePath plugin_path;
91 base::FilePath plugin_path(
121 GURL ReadUrlFromGDocOnBlockingPool(const base::FilePath& file_path) {
130 bool OpenFileWithBrowser(Profile* profile, const base::FilePath& file_path) {
174 const base::FilePath::StringType& file_extension)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/
mount_path_util.h 23 base::FilePath GetMountPath(Profile* profile,
40 const base::FilePath& file_path() const { return file_path_; }
45 base::FilePath file_path_;
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
get_metadata.h 16 class FilePath;
33 const base::FilePath& directory_path,
45 base::FilePath entry_path_;
open_file.h 17 class FilePath;
35 const base::FilePath& file_path,
49 base::FilePath file_path_;
read_directory.h 16 class FilePath;
33 const base::FilePath& directory_path,
45 base::FilePath directory_path_;

Completed in 1975 milliseconds

<<21222324252627282930>>