HomeSort by relevance Sort by last modified time
    Searched refs:BaseName (Results 26 - 50 of 77) sorted by null

12 3 4

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
c.py 359 BaseName = os.path.basename(FullName)
361 Ext = os.path.splitext(BaseName)[1].lstrip('.')
363 FileObj = DataClass.FileClass(-1, BaseName, Ext, DirName, FullName, model, ModifiedTime, GetFunctionList(), GetIdentifierList(), [])
  /external/libchrome/base/files/
file_path.h 41 // final path component (BaseName), and appending a relative pathname string
205 // and BaseName().value() on each child component.
242 // this is the only situation in which BaseName will return an absolute path.
243 FilePath BaseName() const WARN_UNUSED_RESULT;
276 // extension. Returns "" if BaseName() == "." or "..".
288 // |extension| is empty. Returns "" if BaseName() == "." or "..".
294 // Returns "" if BaseName() == "." or "..".
file_path.cc 109 // of the file name. The position is relative to BaseName(), not value().
236 base = current.BaseName();
243 base = current.BaseName();
245 ret_val.push_back(current.BaseName().value());
305 // libgen's dirname and basename aren't guaranteed to be thread-safe and aren't
334 // path_ is somewhere else, trim the basename.
345 FilePath FilePath::BaseName() const {
369 FilePath base(BaseName());
378 FilePath base(BaseName());
412 if (IsEmptyOrSpecialCase(BaseName().value())
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
GenDecFile.py 396 BaseName = Package.GetBaseName()
397 if BaseName.startswith('.') or BaseName.startswith('-'):
398 BaseName = '_' + BaseName
399 Statement = (u'%s ' % TAB_DEC_DEFINES_PACKAGE_NAME).ljust(LeftOffset) + u'= %s' % BaseName
GenInfFile.py 293 # BaseName
294 BaseName = ModuleObject.GetBaseName()
295 if BaseName.startswith('.') or BaseName.startswith('-'):
296 BaseName = '_' + BaseName
297 Statement = (u'%s ' % DT.TAB_INF_DEFINES_BASE_NAME).ljust(LeftOffset) + u'= %s' % BaseName
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/POM/
CommonObject.py 392 self.BaseName = ''
407 def SetBaseName(self, BaseName):
408 self.BaseName = BaseName
411 return self.BaseName
  /external/clang/lib/Driver/
Driver.cpp     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
StrGather.c 42 #define DEFAULT_BASE_NAME "BaseName"
116 INT8 BaseName[MAX_PATH]; // base filename of the strings file
401 Status = StringDBDumpStringDefines (mGlobals.StringHFileName, mGlobals.BaseName);
412 mGlobals.BaseName,
    [all...]
StringDB.c 266 INT8 *BaseName
286 if (sizeof (CopyBaseName) <= strlen (BaseName) + 1) {
291 strcpy (CopyBaseName, BaseName);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrFormPkg.cpp 374 IN INT8 *BaseName,
384 if ((BaseName == NULL) || (pFile == NULL)) {
388 fprintf (pFile, "\nunsigned char %sBin[] = {\n", BaseName);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
CommonXml.py 154 self.BaseName = ''
172 self.BaseName = XmlAttribute(XmlNode(Item, '%s/Name' % Key), 'BaseName')
190 ModuleHeader.SetBaseName(self.BaseName)
202 Element1 = CreateXmlElement('Name', Header.GetName(), [], [['BaseName', Header.GetBaseName()]])
245 return "Name = %s BaseName = %s GUID = %s Version = %s Copyright = %s \
247 (self.Name, self.BaseName, self.GUID, self.Version, self.CopyrightList, \
286 DistributionPackageHeader.SetBaseName(self.Header.BaseName)
300 [['BaseName', \
363 PackageObject2.SetBaseName(self.Header.BaseName)
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/
CommonClass.py 141 self.BaseName = ''
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
GenFdsGlobalVariable.py 140 Macro["MODULE_NAME" ] = Inf.BaseName
145 Macro["MODULE_FILE_BASE_NAME" ] = PathClassObj.BaseName
149 Macro["BASE_NAME" ] = Inf.BaseName
164 PathClassObj.BaseName
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
BuildClassObject.py 133 # @var BaseName: To store value for BaseName
174 self.BaseName = ''
  /external/clang/include/clang/Driver/
Driver.h 432 std::string GetClPchPath(Compilation &C, StringRef BaseName) const;
  /external/libbrillo/brillo/http/
http_form_data.cc 167 std::string file_name = file_path.BaseName().value();
  /system/update_engine/
boot_control_chromeos.cc 262 return base::FilePath("/sys/block").Append(device_path.BaseName()).value();
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
Misc.py 195 # @param BaseName New file base name
199 def ProcessDuplicatedInf(Path, BaseName, Workspace):
202 Filename = BaseName + Path.BaseName + Filename[Filename.rfind('.'):]
204 Filename = BaseName + Path.BaseName
237 # The BaseName is the FILE_GUID which is also the output directory name.
241 RtPath.BaseName = BaseName
757 File = os.path.basename(NewFile)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
BuildEngine.py 237 SrcFileName, SrcFileBase, SrcFileExt = SourceFile.Name, SourceFile.BaseName, SourceFile.Ext
252 DestFileBase, DestFileExt = self.DestFileList[0].BaseName, self.DestFileList[0].Ext
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/
VolInfo.c 64 INT8 BaseName[MAX_BASENAME_LEN];
189 // If they specified -x xref guid/basename cross-reference files, process it.
190 // This will print the basename beside each file guid. To use it, specify
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StrGather.c 42 #define DEFAULT_BASE_NAME "BaseName"
103 INT8 BaseName[MAX_PATH]; // base filename of the strings file
375 Status = StringDBDumpStringDefines (mGlobals.StringHFileName, mGlobals.BaseName);
386 mGlobals.BaseName,
    [all...]
StringDB.c 359 BaseName - used for the name of the C array defined
377 INT8 *BaseName,
413 fprintf (Fptr, "\nunsigned char %s[] = {\n", BaseName);
779 BaseName - used for the protection #ifndef/#endif
789 INT8 *BaseName
809 if (sizeof (CopyBaseName) <= strlen (BaseName) + 1) {
814 strcpy (CopyBaseName, BaseName);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
ProcessDsc.c 195 INT8 *BaseName;
    [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVReader.cpp 194 std::string BaseName;
196 splitFileName(File, BaseName, Path);
198 BaseName, Path, "spirv", false, "", 0, "", DICompileUnit::DebugEmissionKind::LineTablesOnly);
212 std::string BaseName;
214 splitFileName(FileName, BaseName, Path);
215 if (!BaseName.empty())
216 return Builder.createFile(BaseName, Path);
267 std::string &BaseName,
271 BaseName = FileName.substr(Loc + 1);
274 BaseName = FileName
    [all...]

Completed in 545 milliseconds

12 3 4