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

  /external/chromium_org/chrome/test/webdriver/
frame_path.cc 51 FramePath FramePath::BaseName() const {
  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileWrapper.cpp 139 char* BaseName = 0;
157 BaseName = ExeName + Idx + 1;
164 if (BaseName != 0 && !strcmp("oprofiled", BaseName)) {
  /external/clang/utils/TableGen/
ClangASTNodesEmitter.cpp 46 std::string baseName(Record &R) {
76 std::string BaseName = macroName(Base->getName());
93 << BaseName << "(Type, Base)\n";
98 << R->getName() << ", " << baseName(*Base) << "))\n";
101 << baseName(*Base) << ")\n";
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 210 StringRef BaseName = F->getName();
211 if (BaseName[0] == '\1')
212 return (void*)Dyld.getSymbolLoadAddress(BaseName.substr(1));
214 + BaseName).str());
  /external/chromium_org/webkit/common/fileapi/
file_system_util.cc 32 base::FilePath VirtualPath::BaseName(const base::FilePath& virtual_path) {
69 // path_ is somewhere else, trim the basename.
  /external/chromium/base/
file_path.cc 115 // of the file name. The position is relative to BaseName(), not value().
222 base = current.BaseName();
229 base = current.BaseName();
231 ret_val.push_back(current.BaseName().value());
291 // libgen's dirname and basename aren't guaranteed to be thread-safe and aren't
320 // path_ is somewhere else, trim the basename.
331 FilePath FilePath::BaseName() const {
355 FilePath base(BaseName());
381 StringType base = BaseName().value();
412 StringType base = BaseName().value()
    [all...]
  /external/chromium_org/base/files/
file_path.cc 109 // of the file name. The position is relative to BaseName(), not value().
232 base = current.BaseName();
239 base = current.BaseName();
241 ret_val.push_back(current.BaseName().value());
301 // libgen's dirname and basename aren't guaranteed to be thread-safe and aren't
330 // path_ is somewhere else, trim the basename.
341 FilePath FilePath::BaseName() const {
365 FilePath base(BaseName());
388 if (IsEmptyOrSpecialCase(BaseName().value()))
409 if (IsEmptyOrSpecialCase(BaseName().value())
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof     [all...]
  /external/clang/lib/Driver/
Driver.cpp     [all...]
  /art/tools/
cpplint.py 802 """Splits the file into the directory, basename, and extension.
808 A tuple of (directory, basename, extension).
815 def BaseName(self):
    [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp     [all...]
  /external/libvpx/libvpx/tools/
cpplint.py 794 """Splits the file into the directory, basename, and extension.
800 A tuple of (directory, basename, extension).
807 def BaseName(self):
    [all...]

Completed in 343 milliseconds