Home
last modified time | relevance | path

Searched refs:substr (Results 51 – 66 of 66) sorted by relevance

123

/art/runtime/
Dclass_loader_context_test.cc442 *out = in.substr(start_position); in CreateRelativeString()
1563 std::string parent = dex_location.substr(0, pos); in TEST_F()
1586 std::string parent = dex_location.substr(0, pos); in TEST_F()
1606 std::string parent = dex_location.substr(0, pos); in TEST_F()
Doat_file_manager.cc585 std::string vdex_dir = vdex_path_to_add.substr(0, last_slash + 1); in UnlinkLeastRecentlyUsedVdexIfNeeded()
Doat_file_assistant_test.cc110 dex_parent_ = dex_location.substr(0, pos); in ScopedNonWritable()
Dthread.cc1797 return cgroup_fields[2].substr(1); // Skip the leading slash. in GetSchedulerGroupName()
Dclass_linker.cc4066 const std::string dex_file_suffix = dex_file_location.substr( in RegisterDexFileLocked()
/art/runtime/gc/space/
Dimage_space_test.cc50 return full_path.substr(slash_pos + 1u, dot_pos - (slash_pos + 1u)); in GetFilenameBase()
/art/libartbase/base/
Dcommon_art_test.cc152 std::filesystem::path path(argv.substr(0, argv.find('\0'))); in GetAndroidBuildTop()
/art/dexlayout/
Ddexlayout.cc91 std::string result(descriptor.substr(last_slash, size)); in DescriptorClassToName()
1833 std::string dex_file_directory = dex_file_location.substr(0, last_slash + 1); in OutputDexFile()
1842 output_location += dex_file_location.substr(separator + 1); in OutputDexFile()
/art/cmdline/
Dcmdline_types.h715 return source.substr(prefix_idx + 1);
/art/compiler/debug/
Delf_debug_info_writer.h538 size_t element_type = WriteTypeDeclaration(desc.substr(1)); in WriteTypeDeclaration()
/art/oatdump/
Doatdump.cc1022 dex_orig_name = dex_file_location.substr(dex_orig_pos + 1); in ExportDexFile()
1031 dex_orig_name = dex_file_location.substr(++apk_orig_pos); in ExportDexFile()
3040 line.substr(0, first_space), in DumpImt()
3041 line.substr(first_space + 1, std::string::npos), in DumpImt()
3473 imt_dump_ = std::string(option.substr(strlen("--dump-imt="))); in ParseCustom()
/art/runtime/jit/
Dprofile_saver.cc860 : path.substr(last_sep_index + 1); in AddTrackedLocationsToMap()
/art/tools/jvmti-agents/ti-fast/
Dtifast.cc684 args = args.substr(3); in AgentStart()
/art/libelffile/elf/
Delf_builder.h638 soname = soname.substr(directory_separator_pos + 1); in PrepareDynamicSection()
/art/compiler/optimizing/
Doptimizing_compiler.cc594 return pos == std::string::npos ? pass_name : pass_name.substr(0, pos); in ConvertPassNameToOptimizationName()
/art/imgdiag/
Dimgdiag.cc1777 return str.substr(idx + 1); in BaseName()

123