HomeSort by relevance Sort by last modified time
    Searched defs:IsFile (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/tools/telemetry/telemetry/util/
bootstrap.py 66 def IsFile(self, path):
81 if self.IsFile(src_path):
85 if os.path.isfile(dst_path):
  /external/chromium_org/chrome/browser/sync_file_system/
file_change.h 30 bool IsFile() const { return file_type_ == SYNC_FILE_TYPE_FILE; }
32 bool IsTypeUnknown() const { return !IsFile() && !IsDirectory(); }
  /external/chromium_org/third_party/libjingle/source/talk/base/
fileutils.h 190 if (IsFile(old_path)) {
206 if (IsFile(old_path))
216 virtual bool IsFile(const Pathname& pathname) = 0;
357 static bool IsFile(const Pathname &pathname) {
358 return EnsureDefaultFilesystem()->IsFile(pathname);
fileutils_mock.h 210 bool IsFile(const Pathname &pathname) {
unixfilesystem.cc 170 if (!IsFile(filename)) {
171 ASSERT(IsFile(filename));
240 if (!IsFile(old_path)) {
241 ASSERT(IsFile(old_path));
331 bool UnixFilesystem::IsFile(const Pathname& pathname) {
win32filesystem.cc 200 if (!IsFile(filename)) {
201 ASSERT(IsFile(filename));
249 if (!IsFile(old_path)) {
250 ASSERT(IsFile(old_path));
290 bool Win32Filesystem::IsFile(const Pathname &path) {
  /external/chromium_org/third_party/webrtc/base/
fileutils.h 173 if (IsFile(old_path)) {
189 if (IsFile(old_path))
199 virtual bool IsFile(const Pathname& pathname) = 0;
340 static bool IsFile(const Pathname &pathname) {
341 return EnsureDefaultFilesystem()->IsFile(pathname);
fileutils_mock.h 193 bool IsFile(const Pathname &pathname) {
unixfilesystem.cc 153 if (!IsFile(filename)) {
154 ASSERT(IsFile(filename));
223 if (!IsFile(old_path)) {
224 ASSERT(IsFile(old_path));
314 bool UnixFilesystem::IsFile(const Pathname& pathname) {
win32filesystem.cc 183 if (!IsFile(filename)) {
184 ASSERT(IsFile(filename));
232 if (!IsFile(old_path)) {
233 ASSERT(IsFile(old_path));
273 bool Win32Filesystem::IsFile(const Pathname &path) {
  /external/clang/lib/Format/
Format.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 3894 milliseconds